2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

Add the missing modulo assign operator in the using list

This commit is contained in:
Thomas Bernard
2014-10-03 22:10:38 +00:00
parent 40ab263d2a
commit deb5b7c750

View File

@@ -42,6 +42,7 @@ namespace boost { namespace phoenix
using proto::exprns_::operator-=;
using proto::exprns_::operator*=;
using proto::exprns_::operator/=;
using proto::exprns_::operator%=;
using proto::exprns_::operator+;
using proto::exprns_::operator-;
using proto::exprns_::operator*;