We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d7bb5 commit d06f4aeCopy full SHA for d06f4ae
1 file changed
include/boost/python/detail/cv_category.hpp
@@ -12,7 +12,7 @@ template <bool is_const_, bool is_volatile_>
12
struct cv_tag
13
{
14
BOOST_STATIC_CONSTANT(bool, is_const = is_const_);
15
- BOOST_STATIC_CONSTANT(bool, is_volatile = is_const_);
+ BOOST_STATIC_CONSTANT(bool, is_volatile = is_volatile_);
16
};
17
18
typedef cv_tag<false,false> cv_unqualified;
0 commit comments