add bitflags API to readme

This commit is contained in:
BlackMATov
2020-12-19 01:20:48 +07:00
parent 70ae153ee8
commit 19979a728c
3 changed files with 218 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ namespace
all = read_write | execute
};
ENUM_HPP_REGISTER_BITFLAGS_OPERATORS(access)
ENUM_HPP_OPERATORS_DECL(access)
}
TEST_CASE("enum_bitflags") {