]> git.lyx.org Git - features.git/commitdiff
add missing file
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 5 Mar 2006 19:33:40 +0000 (19:33 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 5 Mar 2006 19:33:40 +0000 (19:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13299 a592a061-630c-0410-9148-cb99ea01b6c8

boost/ChangeLog
boost/boost/optional/optional_fwd.hpp [new file with mode: 0644]

index 5bbd6f39aaff9aa9431beb6159efb5117a5badd3..b413ae37d733926141607910cddb8555e7bc8ba2 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-05    <larsbj@gullik.net>
+
+       * boost/optional/optional_fwd.hpp: add missing file
+
 2006-03-05  Lars Gullik Bjøøonnes<larsbj@lyx.org>
 
        * Upgrade to version 1.33.1 of boost.
diff --git a/boost/boost/optional/optional_fwd.hpp b/boost/boost/optional/optional_fwd.hpp
new file mode 100644 (file)
index 0000000..2cf4fa6
--- /dev/null
@@ -0,0 +1,22 @@
+// Copyright (C) 2003, Fernando Luis Cacciola Carballal.
+//
+// Use, modification, and distribution is subject to the Boost Software
+// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/lib/optional for documentation.
+//
+// You are welcome to contact the author at:
+//  fernando_cacciola@hotmail.com
+//
+#ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
+#define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
+
+namespace boost {
+
+template<class T> class optional ;
+
+} // namespace boost
+
+#endif
+