mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
libstdc++: Remove duplicate using-declaration in <wchar.h>
libstdc++-v3/ChangeLog: * include/c_compatibility/wchar.h (fgetwc): Remove duplicate using-declaration.
This commit is contained in:
committed by
Jonathan Wakely
parent
ec6cd3b97a
commit
7238b074b5
@@ -40,7 +40,6 @@ using std::wint_t;
|
||||
using std::btowc;
|
||||
using std::wctob;
|
||||
using std::fgetwc;
|
||||
using std::fgetwc;
|
||||
using std::fgetws;
|
||||
using std::fputwc;
|
||||
using std::fputws;
|
||||
|
||||
Reference in New Issue
Block a user