diff options
Diffstat (limited to 'libstdc++-v3/include/tr1/gamma.tcc')
-rw-r--r-- | libstdc++-v3/include/tr1/gamma.tcc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1/gamma.tcc b/libstdc++-v3/include/tr1/gamma.tcc index 6ded87b..a7c399c 100644 --- a/libstdc++-v3/include/tr1/gamma.tcc +++ b/libstdc++-v3/include/tr1/gamma.tcc @@ -49,13 +49,14 @@ #include "special_function_util.h" -namespace std +namespace std _GLIBCXX_VISIBILITY(default) { namespace tr1 { // Implementation-space details. namespace __detail { + _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * @brief This returns Bernoulli numbers from a table or by summation @@ -463,6 +464,7 @@ namespace tr1 } } + _GLIBCXX_END_NAMESPACE_VERSION } // namespace std::tr1::__detail } } |