summaryrefslogtreecommitdiff
path: root/boost/spirit/repository/home/karma/directive/confix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/repository/home/karma/directive/confix.hpp')
-rw-r--r--boost/spirit/repository/home/karma/directive/confix.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/spirit/repository/home/karma/directive/confix.hpp b/boost/spirit/repository/home/karma/directive/confix.hpp
index cc7bd99898..1f3d3ef950 100644
--- a/boost/spirit/repository/home/karma/directive/confix.hpp
+++ b/boost/spirit/repository/home/karma/directive/confix.hpp
@@ -45,8 +45,10 @@ namespace boost { namespace spirit
///////////////////////////////////////////////////////////////////////////////
namespace boost { namespace spirit { namespace repository { namespace karma
{
- using repository::confix_type;
+#ifndef BOOST_SPIRIT_NO_PREDEFINED_TERMINALS
using repository::confix;
+#endif
+ using repository::confix_type;
///////////////////////////////////////////////////////////////////////////
template <typename Subject, typename Prefix, typename Suffix>