2004-02-05 09:14:22 +00:00
|
|
|
// Copyright (C) 2003, Fernando Luis Cacciola Carballal.
|
2003-05-21 18:35:38 +00:00
|
|
|
//
|
2004-02-05 09:14:22 +00:00
|
|
|
// 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)
|
2003-05-21 18:35:38 +00:00
|
|
|
//
|
|
|
|
// See http://www.boost.org/lib/optional for documentation.
|
|
|
|
//
|
|
|
|
// You are welcome to contact the author at:
|
|
|
|
// fernando_cacciola@hotmail.com
|
|
|
|
//
|
|
|
|
#ifndef BOOST_OPTIONAL_FLC_19NOV2002_HPP
|
|
|
|
#define BOOST_OPTIONAL_FLC_19NOV2002_HPP
|
|
|
|
|
2004-11-20 09:08:45 +00:00
|
|
|
#include "boost/optional/optional.hpp"
|
2003-05-21 18:35:38 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|