Add support for C++17 hexadecimal floating literals

This commit is contained in:
Zackery Spytz 2019-02-13 15:16:40 -07:00
commit cf83adfcd1
7 changed files with 111 additions and 1 deletions

View file

@ -163,6 +163,7 @@ CPP_TEST_CASES += \
cpp_static \
cpp_typedef \
cpp14_binary_integer_literals \
cpp17_hex_floating_literals \
cpp17_nested_namespaces \
cpp17_nspace_nested_namespaces \
cpp17_u8_char_literals \