diff options
Diffstat (limited to 'MoonParser/pegtl/apply_mode.hpp')
-rw-r--r-- | MoonParser/pegtl/apply_mode.hpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/MoonParser/pegtl/apply_mode.hpp b/MoonParser/pegtl/apply_mode.hpp deleted file mode 100644 index 93a701b..0000000 --- a/MoonParser/pegtl/apply_mode.hpp +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | // Copyright (c) 2014-2017 Dr. Colin Hirsch and Daniel Frey | ||
2 | // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ | ||
3 | |||
4 | #ifndef TAOCPP_PEGTL_INCLUDE_APPLY_MODE_HPP | ||
5 | #define TAOCPP_PEGTL_INCLUDE_APPLY_MODE_HPP | ||
6 | |||
7 | #include "config.hpp" | ||
8 | |||
9 | namespace tao | ||
10 | { | ||
11 | namespace TAOCPP_PEGTL_NAMESPACE | ||
12 | { | ||
13 | enum class apply_mode : bool | ||
14 | { | ||
15 | ACTION = true, | ||
16 | NOTHING = false | ||
17 | }; | ||
18 | |||
19 | } // namespace TAOCPP_PEGTL_NAMESPACE | ||
20 | |||
21 | } // namespace tao | ||
22 | |||
23 | #endif | ||