2
0
mirror of https://github.com/boostorg/yap.git synced 2026-02-23 16:22:09 +00:00

Fix bitwise_xor_assign/subscript copy-paste error.

This commit is contained in:
Zach Laine
2016-11-16 17:15:36 -06:00
parent 19bdb22af8
commit ed1b183ecd

View File

@@ -131,7 +131,7 @@ namespace boost::proto17 {
BOOST_PROTO17_BINARY_OPERATOR_CASE(bitwise_and_assign) // &=
BOOST_PROTO17_BINARY_OPERATOR_CASE(bitwise_or_assign) // |=
BOOST_PROTO17_BINARY_OPERATOR_CASE(bitwise_xor_assign) // ^=
BOOST_PROTO17_BINARY_OPERATOR_CASE(bitwise_xor_assign) // []
BOOST_PROTO17_BINARY_OPERATOR_CASE(subscript) // []
#undef BOOST_PROTO17_BINARY_OPERATOR_CASE