libstdc++: Fix typos in #error strings
libstdc++-v3/ChangeLog: * testsuite/26_numerics/bit/bit.cast/bit_cast.cc: Remove stray word from copy&paste. * testsuite/26_numerics/bit/bit.cast/version.cc: Likewise.
This commit is contained in:
parent
442b6fb7c0
commit
656131e06a
2 changed files with 4 additions and 4 deletions
|
@ -21,9 +21,9 @@
|
|||
#include <bit>
|
||||
|
||||
#ifndef __cpp_lib_bit_cast
|
||||
# error "Feature-test macro for bit_cast wait missing in <bit>"
|
||||
# error "Feature-test macro for bit_cast missing in <bit>"
|
||||
#elif __cpp_lib_bit_cast != 201806L
|
||||
# error "Feature-test macro for bit_cast wait has wrong value in <bit>"
|
||||
# error "Feature-test macro for bit_cast has wrong value in <bit>"
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <version>
|
||||
|
||||
#ifndef __cpp_lib_bit_cast
|
||||
# error "Feature-test macro for bit_cast wait missing in <version>"
|
||||
# error "Feature-test macro for bit_cast missing in <version>"
|
||||
#elif __cpp_lib_bit_cast != 201806L
|
||||
# error "Feature-test macro for bit_cast wait has wrong value in <version>"
|
||||
# error "Feature-test macro for bit_cast has wrong value in <version>"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue