16 #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
17 #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
23 template<
class T>
class optional ;
26 template<
class T>
void swap ( optional<T>& , optional<T>& ) ;
28 template<
class T>
struct optional_swap_should_use_default_constructor ;
30 #ifndef BOOST_OPTIONAL_CONFIG_DONT_SPECIALIZE_OPTIONAL_REFS
32 template<
class T>
class optional<
T&> ;