summaryrefslogtreecommitdiff
path: root/boost/spirit/home/qi/auxiliary/eps.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/qi/auxiliary/eps.hpp')
-rw-r--r--boost/spirit/home/qi/auxiliary/eps.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/spirit/home/qi/auxiliary/eps.hpp b/boost/spirit/home/qi/auxiliary/eps.hpp
index fe23935555..4ba6aa4cc4 100644
--- a/boost/spirit/home/qi/auxiliary/eps.hpp
+++ b/boost/spirit/home/qi/auxiliary/eps.hpp
@@ -80,8 +80,8 @@ namespace boost { namespace spirit { namespace qi
typedef unused_type type;
};
- semantic_predicate(bool predicate)
- : predicate(predicate) {}
+ semantic_predicate(bool predicate_)
+ : predicate(predicate_) {}
template <typename Iterator, typename Context
, typename Skipper, typename Attribute>