Skip to content

Commit

Permalink
c_nsStackSeparator is still needed for clang and gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Oct 10, 2023
1 parent 397aa50 commit e3af3c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tc/string/xmlparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,6 @@ namespace tc::xml {
#ifdef _MSC_VER
static constexpr Namespace c_nsStackSeparator = std::addressof(tc_as_constexpr(tc::string<char_type>{}));
#else
# if defined(__clang__)
static_assert(__clang_major__ == 14, "Is this workaround needed in Xcode 15?");
# endif
static tc::string<char_type> const c_strDummy;
static Namespace const c_nsStackSeparator;
#endif
Expand Down

0 comments on commit e3af3c2

Please sign in to comment.