summaryrefslogtreecommitdiff
path: root/boost/phoenix/scope/dynamic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/scope/dynamic.hpp')
-rw-r--r--boost/phoenix/scope/dynamic.hpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/boost/phoenix/scope/dynamic.hpp b/boost/phoenix/scope/dynamic.hpp
index 82653f57b6..3479a552f2 100644
--- a/boost/phoenix/scope/dynamic.hpp
+++ b/boost/phoenix/scope/dynamic.hpp
@@ -162,15 +162,19 @@ namespace boost { namespace phoenix
struct default_actions::when<rule::dynamic_member, Dummy>
: call<dynamic_member_eval>
{};
-
+
+//#if defined(BOOST_PHOENIX_NO_VARIADIC_SCOPE)
template <
BOOST_PHOENIX_typename_A_void(BOOST_PHOENIX_DYNAMIC_LIMIT)
, typename Dummy = void
>
struct dynamic;
-
+
// Bring in the rest ...
- #include <boost/phoenix/scope/detail/dynamic.hpp>
+ #include <boost/phoenix/scope/detail/cpp03/dynamic.hpp>
+//#else
+// // TODO:
+//#endif
}}
#endif