comparison DEPENDENCIES/generic/include/boost/optional/optional_fwd.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
9 // You are welcome to contact the author at: 9 // You are welcome to contact the author at:
10 // fernando_cacciola@hotmail.com 10 // fernando_cacciola@hotmail.com
11 // 11 //
12 // Revisions: 12 // Revisions:
13 // 10 May 2008 (added swap related forward declaration) Niels Dekker 13 // 10 May 2008 (added swap related forward declaration) Niels Dekker
14 // 14 //
15 #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP 15 #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
16 #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP 16 #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
17
17 18
18 namespace boost { 19 namespace boost {
19 20
20 template<class T> class optional ; 21 template<class T> class optional ;
21 22
22 template<class T> void swap ( optional<T>& , optional<T>& ) ; 23 template<class T> void swap ( optional<T>& , optional<T>& );
23 24
24 template<class T> struct optional_swap_should_use_default_constructor ; 25 template<class T> struct optional_swap_should_use_default_constructor ;
25 26
26 } // namespace boost 27 } // namespace boost
27 28