sl@0: // Copyright (C) 2003, Fernando Luis Cacciola Carballal. sl@0: // sl@0: // Use, modification, and distribution is subject to the Boost Software sl@0: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: // sl@0: // See http://www.boost.org/lib/optional for documentation. sl@0: // sl@0: // You are welcome to contact the author at: sl@0: // fernando_cacciola@hotmail.com sl@0: // sl@0: #ifndef BOOST_OPTIONAL_FLC_19NOV2002_HPP sl@0: #define BOOST_OPTIONAL_FLC_19NOV2002_HPP sl@0: sl@0: #include "boost/optional/optional.hpp" sl@0: sl@0: #endif sl@0: