xref: /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ios-inst.cc (revision b1e838363e3c6fc78a55519254d99869742dd33c)
14d5abbe8Smrg // Explicit instantiation file.
24d5abbe8Smrg 
3*b1e83836Smrg // Copyright (C) 1997-2022 Free Software Foundation, Inc.
44d5abbe8Smrg //
54d5abbe8Smrg // This file is part of the GNU ISO C++ Library.  This library is free
64d5abbe8Smrg // software; you can redistribute it and/or modify it under the
74d5abbe8Smrg // terms of the GNU General Public License as published by the
84d5abbe8Smrg // Free Software Foundation; either version 3, or (at your option)
94d5abbe8Smrg // any later version.
104d5abbe8Smrg 
114d5abbe8Smrg // This library is distributed in the hope that it will be useful,
124d5abbe8Smrg // but WITHOUT ANY WARRANTY; without even the implied warranty of
134d5abbe8Smrg // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
144d5abbe8Smrg // GNU General Public License for more details.
154d5abbe8Smrg 
164d5abbe8Smrg // Under Section 7 of GPL version 3, you are granted additional
174d5abbe8Smrg // permissions described in the GCC Runtime Library Exception, version
184d5abbe8Smrg // 3.1, as published by the Free Software Foundation.
194d5abbe8Smrg 
204d5abbe8Smrg // You should have received a copy of the GNU General Public License and
214d5abbe8Smrg // a copy of the GCC Runtime Library Exception along with this program;
224d5abbe8Smrg // see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
234d5abbe8Smrg // <http://www.gnu.org/licenses/>.
244d5abbe8Smrg 
254d5abbe8Smrg //
264d5abbe8Smrg // ISO C++ 14882:
274d5abbe8Smrg //
284d5abbe8Smrg 
294d5abbe8Smrg #include <ios>
304d5abbe8Smrg 
314d5abbe8Smrg namespace std _GLIBCXX_VISIBILITY(default)
324d5abbe8Smrg {
334d5abbe8Smrg _GLIBCXX_BEGIN_NAMESPACE_VERSION
344d5abbe8Smrg 
354d5abbe8Smrg   template class basic_ios<char>;
364d5abbe8Smrg 
374d5abbe8Smrg #ifdef _GLIBCXX_USE_WCHAR_T
384d5abbe8Smrg   template class basic_ios<wchar_t>;
394d5abbe8Smrg #endif
404d5abbe8Smrg 
414d5abbe8Smrg _GLIBCXX_END_NAMESPACE_VERSION
424d5abbe8Smrg } // namespace
43