aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/ios_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/ios_base.h')
-rw-r--r--libstdc++-v3/include/bits/ios_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/bits/ios_base.h b/libstdc++-v3/include/bits/ios_base.h
index 27c6725157e..2badd4c4c1c 100644
--- a/libstdc++-v3/include/bits/ios_base.h
+++ b/libstdc++-v3/include/bits/ios_base.h
@@ -204,7 +204,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
* people will only see @c ios_base when they need to specify the full
* name of the various I/O flags (e.g., the openmodes).
*/
- class _GLIBCXX_IMPORT ios_base
+ class ios_base
{
public:
@@ -214,7 +214,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
*
* 27.4.2.1.1 Class ios_base::failure
*/
- class _GLIBCXX_IMPORT failure : public exception
+ class failure : public exception
{
public:
// _GLIBCXX_RESOLVE_LIB_DEFECTS
@@ -534,7 +534,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
// Used to initialize standard streams. In theory, g++ could use
// -finit-priority to order this stuff correctly without going
// through these machinations.
- class _GLIBCXX_IMPORT Init
+ class Init
{
friend class ios_base;
public: