diff options
Diffstat (limited to 'libstdc++-v3/src/complex_io.cc')
-rw-r--r-- | libstdc++-v3/src/complex_io.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libstdc++-v3/src/complex_io.cc b/libstdc++-v3/src/complex_io.cc index aae347c2755..944414f0c0b 100644 --- a/libstdc++-v3/src/complex_io.cc +++ b/libstdc++-v3/src/complex_io.cc @@ -147,13 +147,5 @@ namespace std operator<<(basic_ostream<wchar_t, char_traits<wchar_t> >&, const complex<long double>&); #endif //_GLIBCPP_USE_WCHAR_T -} - - - - - - - - +} // namespace std |