diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-09-30 14:57:24 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-09-30 21:52:02 +0100 |
commit | 4eb46f453cc74adf0055dae35cec41f4a4c4be5b (patch) | |
tree | 79e4ab88f3a6045195c2d2faa30dbf5747652aa2 /gcc/testsuite | |
parent | 7069d03ba4ad6133225b89d433d9e86f0b0745b8 (diff) | |
download | gcc-4eb46f453cc74adf0055dae35cec41f4a4c4be5b.zip gcc-4eb46f453cc74adf0055dae35cec41f4a4c4be5b.tar.gz gcc-4eb46f453cc74adf0055dae35cec41f4a4c4be5b.tar.bz2 |
libstdc++: Remove non-standard public members in std::bitset
This makes _M_copy_from_ptr, _M_copy_from_string and _M_copy_to_string
private, and declares operator<< and operator>> as friends.
Also remove the historical _M_copy_from_string and _M_copy_to_string
overloads. Those were used before DR 396 was implemented but are
not needed now. There are no tests or docs describing them, so I don't
think we intend to support them as extensions.
libstdc++-v3/ChangeLog:
* include/std/bitset (_M_copy_from_ptr, _M_copy_from_string)
(_M_copy_to_string): Change access to private.
(_M_copy_from_string(const basic_string&, size_t, size_t)):
Remove.
(_M_copy_to_string(const basic_string&)): Remove.
Diffstat (limited to 'gcc/testsuite')
0 files changed, 0 insertions, 0 deletions