mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
4e61c013f4
commit
2cd26f417a
@ -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>
|
2001-03-15 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
||||||
|
|
||||||
* boost/utility.hpp: remove lyx specific modifications.
|
* boost/utility.hpp: remove lyx specific modifications.
|
||||||
|
@ -25,8 +25,7 @@
|
|||||||
// FIXES for broken compilers
|
// FIXES for broken compilers
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
// LGB
|
namespace boost {
|
||||||
// namespace boost {
|
|
||||||
|
|
||||||
template<class T, std::size_t N>
|
template<class T, std::size_t N>
|
||||||
class array {
|
class array {
|
||||||
@ -151,7 +150,6 @@
|
|||||||
x.swap(y);
|
x.swap(y);
|
||||||
}
|
}
|
||||||
|
|
||||||
// LGB
|
} /* namespace boost */
|
||||||
// } /* namespace boost */
|
|
||||||
|
|
||||||
#endif /*BOOST_ARRAY_HPP*/
|
#endif /*BOOST_ARRAY_HPP*/
|
||||||
|
Loading…
Reference in New Issue
Block a user