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 8accdd9 commit 8f5b84dCopy full SHA for 8f5b84d
test/replace.cpp
@@ -37,7 +37,7 @@ namespace deduction {
37
// MSVC and older Clangs produce hard errors here, so ill_formed does not
38
// work.
39
#if defined(__cpp_char8_t) && !defined(_MSC_VER) && \
40
- (!defined(__clang__) || 16 <= __clang__)
+ (!defined(__clang_major__) || 16 <= __clang_major__)
41
char const empty_str[] = "";
42
43
template<typename T>
0 commit comments