]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Add #if around non-C++03 code in std::bitset [PR107037]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 26 Sep 2022 10:11:35 +0000 (11:11 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 26 Sep 2022 11:00:07 +0000 (12:00 +0100)
commit6904ed80a26f5216aa3b9ce8377fb50307c8e886
treebc2b47f44b9462a8d4e9369073ef9019e435188e
parentd3df98807b58df186061ad52ff87cc09ba593e9b
libstdc++: Add #if around non-C++03 code in std::bitset [PR107037]

libstdc++-v3/ChangeLog:

PR libstdc++/107037
* include/std/bitset (_Base_bitset::_M_do_reset): Use
preprocessor conditional around non-C++03 code.
* testsuite/20_util/bitset/107037.cc: New test.
libstdc++-v3/include/std/bitset
libstdc++-v3/testsuite/20_util/bitset/107037.cc [new file with mode: 0644]
This page took 0.061257 seconds and 6 git commands to generate.