From 2cd26f417aa3d57dc59ca08a150e7f7580aecb62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Tue, 17 Apr 2001 13:40:18 +0000 Subject: [PATCH] move array back into namespace boost git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1921 a592a061-630c-0410-9148-cb99ea01b6c8 --- boost/ChangeLog | 4 ++++ boost/boost/array.hpp | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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*/ -- 2.39.2