mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix for clang 3.2
This commit is contained in:
parent
3a999dd70c
commit
b67695ec6b
28 changed files with 133 additions and 75 deletions
|
@ -22,6 +22,11 @@ namespace sprout {
|
|||
struct repeat_p
|
||||
: public sprout::weed::parser_base
|
||||
{
|
||||
public:
|
||||
template<typename Context, typename Iterator>
|
||||
struct attribute;
|
||||
template<typename Context, typename Iterator>
|
||||
struct result;
|
||||
private:
|
||||
template<typename Context, typename Iterator>
|
||||
struct eval {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue