Home
last modified time | relevance | path

Searched defs:BOOST_MP11_DEPRECATED (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mp11/detail/
Dconfig.hpp127 # define BOOST_MP11_DEPRECATED(msg) macro
129 # define BOOST_MP11_DEPRECATED(msg) __attribute__((deprecated(msg))) macro
131 # define BOOST_MP11_DEPRECATED(msg) [[deprecated(msg)]] macro
133 # define BOOST_MP11_DEPRECATED(msg) macro