123456789101112131415161718192021222324252627 |
- #ifndef BOOST_PHOENIX_CORE_TERMINAL_FWD_HPP
- #define BOOST_PHOENIX_CORE_TERMINAL_FWD_HPP
- namespace boost { namespace phoenix
- {
- namespace rule
- {
- struct argument;
- struct custom_terminal;
- struct terminal;
- }
- template <typename T, typename Dummy = void>
- struct is_custom_terminal;
- template <typename T, typename Dummy = void>
- struct custom_terminal;
- }}
- #endif
|