summaryrefslogtreecommitdiff
path: root/boost/phoenix/scope/let.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/scope/let.hpp')
-rw-r--r--boost/phoenix/scope/let.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/phoenix/scope/let.hpp b/boost/phoenix/scope/let.hpp
index 14c6a157c9..e5bd6c2a36 100644
--- a/boost/phoenix/scope/let.hpp
+++ b/boost/phoenix/scope/let.hpp
@@ -193,7 +193,11 @@ namespace boost { namespace phoenix
#define BOOST_PHOENIX_SCOPE_ACTOR_GEN_NAME let_actor_gen
#define BOOST_PHOENIX_SCOPE_ACTOR_GEN_FUNCTION let
#define BOOST_PHOENIX_SCOPE_ACTOR_GEN_CONST
+#if defined(BOOST_PHOENIX_NO_VARIADIC_SCOPE)
+ #include <boost/phoenix/scope/detail/cpp03/local_gen.hpp>
+#else
#include <boost/phoenix/scope/detail/local_gen.hpp>
+#endif
#undef BOOST_PHOENIX_SCOPE_ACTOR_GEN_NAME
#undef BOOST_PHOENIX_SCOPE_ACTOR_GEN_FUNCTION
#undef BOOST_PHOENIX_SCOPE_ACTOR_GEN_CONST