Added ref-qualifiers to some accessors

This commit is contained in:
Andrzej Krzemienski
2014-06-03 23:07:19 +02:00
parent 2e583aaf30
commit f99618f09b
3 changed files with 74 additions and 4 deletions

View File

@ -37,7 +37,7 @@ void assertion_failed (char const * expr, char const * func, char const * file,
using boost::optional ;
template<class T> inline void unused_variable ( T ) {}
template<class T> inline void unused_variable ( const T& ) {}
#ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
using boost::swap ;