Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 28 Mar 2019 17:30:23 +0000 (17:30 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 28 Mar 2019 17:30:23 +0000 (17:30 +0000)
commit1931c4306a38cb60ea6fbfefd238302909e57d42
tree46b6348734f9e7c5709f2c2f03f2263a71a2e56e
parent1dd1b5d5f254ef25dd184d71cb60db92a750d96b
Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib.

llvm-svn: 357190
libcxx/include/__config
libcxx/include/regex
libcxx/test/std/re/re.const/re.synopt/syntax_option_type.pass.cpp
libcxx/test/std/re/re.regex/re.regex.construct/default.pass.cpp