Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / spirit / home / qi / operator / and_predicate.hpp
index 031ce1d..0554c10 100644 (file)
@@ -43,8 +43,8 @@ namespace boost { namespace spirit { namespace qi
             typedef unused_type type;
         };
 
-        and_predicate(Subject const& subject)
-          : subject(subject) {}
+        and_predicate(Subject const& subject_)
+          : subject(subject_) {}
 
         template <typename Iterator, typename Context
           , typename Skipper, typename Attribute>