comparison DEPENDENCIES/generic/include/boost/exception/exception.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
205 # endif 205 # endif
206 #endif 206 #endif
207 class 207 class
208 exception 208 exception
209 { 209 {
210 //<N3757>
211 public:
212 template <class Tag> void set( typename Tag::type const & );
213 template <class Tag> typename Tag::type const * get() const;
214 //</N3757>
215
210 protected: 216 protected:
211 217
212 exception(): 218 exception():
213 throw_function_(0), 219 throw_function_(0),
214 throw_file_(0), 220 throw_file_(0),