X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2Finclude%2Fbits%2Fstl_iterator_base_funcs.h;h=836aa9223ba43fef2c83b42578546be195a97454;hp=aa7b348c71bd0c4dc90787d0b14d66773b6d6042;hb=2948dd21a7947545dbf6c4a9656a3607242f0966;hpb=7e44812a9719beaf834288013c2bb5f3b3cb5f35 diff --git a/libstdc++-v3/include/bits/stl_iterator_base_funcs.h b/libstdc++-v3/include/bits/stl_iterator_base_funcs.h index aa7b348c71b..836aa9223ba 100644 --- a/libstdc++-v3/include/bits/stl_iterator_base_funcs.h +++ b/libstdc++-v3/include/bits/stl_iterator_base_funcs.h @@ -64,7 +64,9 @@ #include -_GLIBCXX_BEGIN_NAMESPACE(std) +namespace std _GLIBCXX_VISIBILITY(default) +{ +_GLIBCXX_BEGIN_NAMESPACE_VERSION template inline typename iterator_traits<_InputIterator>::difference_type @@ -195,6 +197,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) #endif // __GXX_EXPERIMENTAL_CXX0X__ -_GLIBCXX_END_NAMESPACE +_GLIBCXX_END_NAMESPACE_VERSION +} // namespace #endif /* _STL_ITERATOR_BASE_FUNCS_H */