1
0
Fork 0
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:
bolero-MURAKAMI 2012-05-14 15:42:54 +09:00
parent 3a999dd70c
commit b67695ec6b
28 changed files with 133 additions and 75 deletions

View file

@ -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 {