Remove trailing tokens after macro

This commit is contained in:
Krystian Stasiowski
2019-12-17 00:30:59 -05:00
parent 9c61b2fc15
commit c83e21e8f2
2 changed files with 7 additions and 2 deletions

View File

@ -6974,7 +6974,7 @@ constexpr bool testConstexpr()
//constexpr auto h = s1.assign({'1'});
//constexpr auto i = s1.assign("", 1);
#else __cplusplus >= 201103L
#elif __cplusplus >= 201103L
// c++11 constexpr tests
/*basic_static_string<4, char, cxper_char_traits> a;
auto b = a.size();