We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dc272 commit b3855d8Copy full SHA for b3855d8
reference/regex/basic_regex/flags.md
@@ -26,7 +26,7 @@ flag_type flags() const;
26
#include <iostream>
27
#include <regex>
28
29
-#define PRINTFLAG(f, FLAG) (std::cout << #FLAG " is " << (f & std::regex_constants::FLAG ? "set" : "n
+#define PRINTFLAG(f, FLAG) (std::cout << #FLAG " is " << (f & std::regex_constants::FLAG ? "set" : "not set") << std::endl)
30
31
void print(std::regex_constants::syntax_option_type f)
32
{
0 commit comments