diff --git a/src/vaev-style/values.h b/src/vaev-style/values.h index 5adb743..2502665 100644 --- a/src/vaev-style/values.h +++ b/src/vaev-style/values.h @@ -117,6 +117,18 @@ struct ValueParser> { } }; + +template <> +struct ValueParser { + static Res parse(Cursor &c); +}; + +template <> +struct ValueParser { + static Res parse(Cursor &c); +}; + + template <> struct ValueParser { static Res parse(Cursor &c); @@ -127,6 +139,11 @@ struct ValueParser { static Res parse(Cursor &c); }; +template <> +struct ValueParser { + static Res parse(Cursor &c); +}; + template <> struct ValueParser { static Res parse(Cursor &c); @@ -383,21 +400,6 @@ struct ValueParser { static Res parse(Cursor &c); }; -template <> -struct ValueParser { - static Res parse(Cursor &c); -}; - -template <> -struct ValueParser { - static Res parse(Cursor &c); -}; - -template <> -struct ValueParser { - static Res parse(Cursor &c); -}; - template <> struct ValueParser { static Res parse(Cursor &c);