From: Lars Gullik Bjønnes Date: Tue, 17 Apr 2001 13:40:18 +0000 (+0000) Subject: move array back into namespace boost X-Git-Tag: 1.6.10~21312 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2cd26f417aa3d57dc59ca08a150e7f7580aecb62;p=features.git move array back into namespace boost git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1921 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/boost/ChangeLog b/boost/ChangeLog index 6709b8f2c5..dae2793cf8 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,7 @@ +2001-04-17 Lars Gullik Bjønnes + + * boost/array.hpp: move array back into namespace boost + 2001-03-15 Lars Gullik Bjønnes * boost/utility.hpp: remove lyx specific modifications. diff --git a/boost/boost/array.hpp b/boost/boost/array.hpp index 5d14869d35..12621f7444 100644 --- a/boost/boost/array.hpp +++ b/boost/boost/array.hpp @@ -25,8 +25,7 @@ // FIXES for broken compilers #include -// LGB -// namespace boost { +namespace boost { template class array { @@ -151,7 +150,6 @@ x.swap(y); } -// LGB -// } /* namespace boost */ +} /* namespace boost */ #endif /*BOOST_ARRAY_HPP*/