Skip to content

Commit 7238b07

Browse files
abdoeijwakely
authored andcommitted
libstdc++: Remove duplicate using-declaration in <wchar.h>
libstdc++-v3/ChangeLog: * include/c_compatibility/wchar.h (fgetwc): Remove duplicate using-declaration.
1 parent ec6cd3b commit 7238b07

File tree

1 file changed

+0
-1
lines changed
  • libstdc++-v3/include/c_compatibility

1 file changed

+0
-1
lines changed

libstdc++-v3/include/c_compatibility/wchar.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ using std::wint_t;
4040
using std::btowc;
4141
using std::wctob;
4242
using std::fgetwc;
43-
using std::fgetwc;
4443
using std::fgetws;
4544
using std::fputwc;
4645
using std::fputws;

0 commit comments

Comments
 (0)