Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/serialization/wrapper.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 |
---|---|
39 >::type | 39 >::type |
40 {}; | 40 {}; |
41 | 41 |
42 template<class T> | 42 template<class T> |
43 struct is_wrapper { | 43 struct is_wrapper { |
44 typedef BOOST_DEDUCED_TYPENAME is_wrapper_impl<const T>::type type; | 44 typedef typename is_wrapper_impl<const T>::type type; |
45 }; | 45 }; |
46 | 46 |
47 } // serialization | 47 } // serialization |
48 } // boost | 48 } // boost |
49 | 49 |