merged from trunk

[SVN r45289]
This commit is contained in:
Eric Niebler
2008-05-11 18:27:27 +00:00
parent 971aac4251
commit 2de9aeb4b0
2 changed files with 155 additions and 16 deletions

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