aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/codecvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/codecvt.h')
-rw-r--r--libstdc++-v3/include/bits/codecvt.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/libstdc++-v3/include/bits/codecvt.h b/libstdc++-v3/include/bits/codecvt.h
index 51ad4dd..cd9146f 100644
--- a/libstdc++-v3/include/bits/codecvt.h
+++ b/libstdc++-v3/include/bits/codecvt.h
@@ -1,6 +1,7 @@
// Locale support (codecvt) -*- C++ -*-
-// Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -31,7 +32,7 @@
// ISO C++ 14882: 22.2.1.5 Template class codecvt
//
-// Written by Benjamin Kosnik <bkoz@cygnus.com>
+// Written by Benjamin Kosnik <bkoz@redhat.com>
/** @file bits/codecvt.h
* This is an internal header file, included by other library headers.
@@ -466,10 +467,4 @@
~codecvt_byname() { }
};
- // Include host and configuration specific partial specializations
- // with additional functionality, if possible.
-#ifdef _GLIBCXX_USE_WCHAR_T
- #include <bits/codecvt_specializations.h>
-#endif
-
#endif // _CODECVT_H