HomeSort by relevance Sort by last modified time
    Searched refs:BOOST_NO_RVALUE_REFERENCES (Results 1 - 11 of 11) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_rvalue_reference.hpp 20 #ifndef BOOST_NO_RVALUE_REFERENCES
add_rvalue_reference.hpp 42 #if !defined(BOOST_NO_RVALUE_REFERENCES) && !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
add_reference.hpp 65 #ifndef BOOST_NO_RVALUE_REFERENCES
is_function.hpp 98 #ifndef BOOST_NO_RVALUE_REFERENCES
remove_reference.hpp 37 #ifndef BOOST_NO_RVALUE_REFERENCES
remove_const.hpp 57 #ifndef BOOST_NO_RVALUE_REFERENCES
remove_cv.hpp 40 #ifndef BOOST_NO_RVALUE_REFERENCES
remove_volatile.hpp 60 #ifndef BOOST_NO_RVALUE_REFERENCES
is_const.hpp 67 #ifndef BOOST_NO_RVALUE_REFERENCES
is_volatile.hpp 54 #ifndef BOOST_NO_RVALUE_REFERENCES
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp 818 // Use BOOST_NO_CXX11_RVALUE_REFERENCES instead of BOOST_NO_RVALUE_REFERENCES
819 #if defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_RVALUE_REFERENCES)
820 # define BOOST_NO_RVALUE_REFERENCES
893 // Set BOOST_HAS_RVALUE_REFS when BOOST_NO_RVALUE_REFERENCES is not defined
895 #if !defined(BOOST_NO_RVALUE_REFERENCES) && !defined(BOOST_HAS_RVALUE_REFS)

Completed in 56 milliseconds