diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-24 11:19:39 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-11-24 11:19:39 +0000 |
| commit | 4b0292e22f11d09db9d964e5af6b57e494e11b65 (patch) | |
| tree | a1dc0d5c2199c6ff410de88364ecf66be36e37a4 /libstdc++-v3/include/debug/bitset | |
| parent | abe0b5f98e0c3797e13608a31c45ff19cf502954 (diff) | |
| download | ppe42-gcc-4b0292e22f11d09db9d964e5af6b57e494e11b65.tar.gz ppe42-gcc-4b0292e22f11d09db9d964e5af6b57e494e11b65.zip | |
2008-11-24 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/38244 (cont, debug bits)
* include/debug/bitset (bitset<>::bitset(const char*, char, char)):
Remove, do not implement DR 778.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142153 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/bitset')
| -rw-r--r-- | libstdc++-v3/include/debug/bitset | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/include/debug/bitset b/libstdc++-v3/include/debug/bitset index 1167ee93bdf..c0b33a454ab 100644 --- a/libstdc++-v3/include/debug/bitset +++ b/libstdc++-v3/include/debug/bitset @@ -146,12 +146,6 @@ namespace __debug _CharT __zero, _CharT __one = _CharT('1')) : _Base(__str, __pos, __n, __zero, __one) { } - // _GLIBCXX_RESOLVE_LIB_DEFECTS - // 778. std::bitset does not have any constructor taking a string literal - explicit - bitset(const char* __s, char __zero = '0', char __one = '1') - : _Base(__s, __zero, __one) { } - bitset(const _Base& __x) : _Base(__x), _Safe_base() { } // 23.3.5.2 bitset operations: |

