From 3138cbcb0fe7f2cf58432a80f341d477d9e5018c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Sun, 5 Mar 2006 19:33:40 +0000 Subject: [PATCH] add missing file git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13299 a592a061-630c-0410-9148-cb99ea01b6c8 --- boost/ChangeLog | 4 ++++ boost/boost/optional/optional_fwd.hpp | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 boost/boost/optional/optional_fwd.hpp diff --git a/boost/ChangeLog b/boost/ChangeLog index 5bbd6f39aa..b413ae37d7 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,7 @@ +2006-03-05 + + * boost/optional/optional_fwd.hpp: add missing file + 2006-03-05 Lars Gullik Bjøøonnes * 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 index 0000000000..2cf4fa654c --- /dev/null +++ b/boost/boost/optional/optional_fwd.hpp @@ -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 optional ; + +} // namespace boost + +#endif + -- 2.39.5