comparison DEPENDENCIES/generic/include/boost/variant/visitor_ptr.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
53 , add_reference<const T> 53 , add_reference<const T>
54 >::type argument_fwd_type; 54 >::type argument_fwd_type;
55 55
56 public: // structors 56 public: // structors
57 57
58 explicit visitor_ptr_t(visitor_t visitor) 58 explicit visitor_ptr_t(visitor_t visitor) BOOST_NOEXCEPT
59 : visitor_(visitor) 59 : visitor_(visitor)
60 { 60 {
61 } 61 }
62 62
63 public: // static visitor interfaces 63 public: // static visitor interfaces