move array back into namespace boost

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1921 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-04-17 13:40:18 +00:00
parent 4e61c013f4
commit 2cd26f417a
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
* boost/array.hpp: move array back into namespace boost
2001-03-15 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
* boost/utility.hpp: remove lyx specific modifications.

View File

@ -25,8 +25,7 @@
// FIXES for broken compilers
#include <boost/config.hpp>
// LGB
// namespace boost {
namespace boost {
template<class T, std::size_t N>
class array {
@ -151,7 +150,6 @@
x.swap(y);
}
// LGB
// } /* namespace boost */
} /* namespace boost */
#endif /*BOOST_ARRAY_HPP*/