mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 05:40:26 +08:00
codecvt_specializations.h: Fix typo in commit for libstdc++/28290.
2006-07-11 Paolo Carlini <pcarlini@suse.de> * include/ext/codecvt_specializations.h: Fix typo in commit for libstdc++/28290. From-SVN: r115361
This commit is contained in:
parent
292681075d
commit
d5fa9a0dd1
@ -1,3 +1,8 @@
|
||||
2006-07-11 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/ext/codecvt_specializations.h: Fix typo in commit
|
||||
for libstdc++/28290.
|
||||
|
||||
2006-07-11 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/locale_facets.tcc (collate<>::do_transform(
|
||||
|
@ -41,9 +41,10 @@
|
||||
#ifndef _EXT_CODECVT_SPECIALIZATIONS_H
|
||||
#define _EXT_CODECVT_SPECIALIZATIONS_H 1
|
||||
|
||||
#include <bits/c++config.h>
|
||||
|
||||
#ifdef _GLIBCXX_USE_ICONV
|
||||
|
||||
#include <bits/c++config.h>
|
||||
#include <locale>
|
||||
#include <iconv.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user