mirror of
https://github.com/boostorg/utility.git
synced 2026-02-13 00:52:09 +00:00
Removed usage of deprecated macros in Boost.Utility; specifically result_of
[SVN r81574]
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
#ifndef BOOST_RESULT_OF_USE_TR1
|
||||
# ifndef BOOST_RESULT_OF_USE_DECLTYPE
|
||||
# ifndef BOOST_NO_DECLTYPE_N3276 // this implies !defined(BOOST_NO_DECLTYPE)
|
||||
# ifndef BOOST_NO_CXX11_DECLTYPE_N3276 // this implies !defined(BOOST_NO_CXX11_DECLTYPE)
|
||||
# define BOOST_RESULT_OF_USE_DECLTYPE
|
||||
# else
|
||||
# define BOOST_RESULT_OF_USE_TR1
|
||||
|
||||
Reference in New Issue
Block a user