Fix grammar constraint and enable all plugin links

This commit is contained in:
Daniel J. Hofmann
2016-02-17 15:34:13 -08:00
committed by Patrick Niklaus
parent e466cbe0ce
commit c59647ad2f
2 changed files with 17 additions and 20 deletions
-1
View File
@@ -21,7 +21,6 @@ namespace api
namespace detail
{
template <typename T> using is_parameter_t = std::is_base_of<engine::api::BaseParameters, T>;
template <typename T> using is_grammar_t = std::is_base_of<BaseParametersGrammar, T>;
} // ns detail
// Starts parsing and iter and modifies it until iter == end or parsing failed