Added forward declaration of boost::optional_swap_should_use_default_constructor.

[SVN r45264]
This commit is contained in:
Niels Dekker
2008-05-10 14:42:49 +00:00
parent 74674531c8
commit 43eac5bb12

View File

@ -10,7 +10,7 @@
// fernando_cacciola@hotmail.com
//
// Revisions:
// 27 Apr 2008 (added forward declaration of boost::swap overload) Niels Dekker
// 10 May 2008 (added swap related forward declaration) Niels Dekker
//
#ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
#define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
@ -21,6 +21,8 @@ template<class T> class optional ;
template<class T> void swap ( optional<T>& , optional<T>& ) ;
template<class T> struct optional_swap_should_use_default_constructor ;
} // namespace boost
#endif