From 984cbdc728a1921bebdde983aeebc35a03795bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 6 Sep 2001 13:50:27 +0000 Subject: [PATCH] tuples subnamespace added [SVN r11051] --- src/tuple.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tuple.cpp b/src/tuple.cpp index 94f0ccc..85ed977 100644 --- a/src/tuple.cpp +++ b/src/tuple.cpp @@ -22,12 +22,13 @@ #include "boost/tuple/tuple_io.hpp" namespace boost { -namespace detail { namespace tuples { +namespace detail { + const int format_info::stream_index[number_of_manipulators] = { std::ios::xalloc(), std::ios::xalloc(), std::ios::xalloc() }; -} // namespace tuples } // namespace detail +} // namespace tuples } // namespace boost