]> git.lyx.org Git - features.git/commitdiff
Bug: 935
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 1 May 2003 17:45:20 +0000 (17:45 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 1 May 2003 17:45:20 +0000 (17:45 +0000)
2003-05-01  Lars Gullik Bj�nnes  <larsbj@gullik.net>

* boost/type_traits/detail/wrap.hpp: add file

Please test.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6913 a592a061-630c-0410-9148-cb99ea01b6c8

boost/ChangeLog
boost/boost/type_traits/detail/wrap.hpp [new file with mode: 0644]

index dca61b62f7089c621a6a52a3307266854c180682..1ff319a6379dc660e7b7985fb61d08de004d21a0 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * boost/type_traits/detail/wrap.hpp: add file
+
 2003-03-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * update boot so version 1.30.0
diff --git a/boost/boost/type_traits/detail/wrap.hpp b/boost/boost/type_traits/detail/wrap.hpp
new file mode 100644 (file)
index 0000000..ed36df2
--- /dev/null
@@ -0,0 +1,17 @@
+// Copyright David Abrahams 2002. Permission to copy, use,
+// modify, sell and distribute this software is granted provided this
+// copyright notice appears in all copies. This software is provided
+// "as is" without express or implied warranty, and with no claim as
+// to its suitability for any purpose.
+
+#ifndef BOOST_TT_DETAIL_WRAP_HPP_INCLUDED
+#define BOOST_TT_DETAIL_WRAP_HPP_INCLUDED
+
+namespace boost {
+namespace type_traits {
+
+template <class T> struct wrap {};
+
+}} // namespace boost::type_traits
+
+#endif // BOOST_TT_DETAIL_WRAP_HPP_INCLUDED