Define std::chars_format enumeration type
authorJonathan Wakely <jwakely@redhat.com>
Wed, 26 Jun 2019 22:54:38 +0000 (23:54 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 26 Jun 2019 22:54:38 +0000 (23:54 +0100)
commit22ff8929d779c82e8463c1910edcfff475f56c18
treea320a706d4ad8c9f189a4a1bcbeefddb6afa30c9
parent3fe0ddc88334f9afd622458653a6d103948994bd
Define std::chars_format enumeration type

This type isn't used anywhere yet, but will be needed for the
floating-point overloads of to_chars and from_chars.

* include/std/charconv (chars_format): Define bitmask type.
* testsuite/20_util/to_chars/chars_format.cc: New test.

From-SVN: r272718
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/charconv
libstdc++-v3/testsuite/20_util/to_chars/chars_format.cc [new file with mode: 0644]