diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-29 19:34:36 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-29 19:34:36 +0000 |
| commit | d77961be61080d0ca8427b4db75a8865bc5a305f (patch) | |
| tree | b7898033afbddf5fa4d66593c29ee4dd59443562 /libstdc++-v3/include/debug/string | |
| parent | 861365511ecc563ea6d9328a28db6b2c1b58ad10 (diff) | |
| download | ppe42-gcc-d77961be61080d0ca8427b4db75a8865bc5a305f.tar.gz ppe42-gcc-d77961be61080d0ca8427b4db75a8865bc5a305f.zip | |
2008-07-29 Paolo Carlini <paolo.carlini@oracle.com>
* include/debug/set.h: Minor formatting fixes.
* include/debug/multiset.h: Likewise.
* include/debug/safe_association.h: Likewise.
* include/debug/vector: Likewise.
* include/debug/map.h: Likewise.
* include/debug/string: Likewise.
* include/debug/multimap.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug/string')
| -rw-r--r-- | libstdc++-v3/include/debug/string | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/debug/string b/libstdc++-v3/include/debug/string index 68882fed581..c00e0f38afc 100644 --- a/libstdc++-v3/include/debug/string +++ b/libstdc++-v3/include/debug/string @@ -117,8 +117,8 @@ namespace __gnu_debug #ifdef __GXX_EXPERIMENTAL_CXX0X__ basic_string(initializer_list<_CharT> __l, const _Alloc& __a = _Alloc()) - : _Base(__l, __a) - { } + : _Base(__l, __a) + { } #endif // __GXX_EXPERIMENTAL_CXX0X__ ~basic_string() { } |

