libstdc++: Fix incorrect macro used in #undef in test
This was a copy & paste error. libstdc++-v3/ChangeLog: * testsuite/std/text_encoding/requirements.cc: #undef the correct macro.
This commit is contained in:
parent
5cab64a9cf
commit
cf3fc6f414
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# error "Feature-test macro for text_encoding has wrong value in <text_encoding>"
|
||||
#endif
|
||||
|
||||
#undef __cpp_lib_expected
|
||||
#undef __cpp_lib_text_encoding
|
||||
#include <version>
|
||||
#ifndef __cpp_lib_text_encoding
|
||||
# error "Feature-test macro for text_encoding missing in <version>"
|
||||
|
|
Loading…
Add table
Reference in a new issue