12345678910111213141516171819202122232425262728293031323334 |
- #ifndef BOOST_HANA_DETAIL_OPERATORS_ADL_HPP
- #define BOOST_HANA_DETAIL_OPERATORS_ADL_HPP
- #include <boost/hana/config.hpp>
- namespace boost { namespace hana { namespace detail { namespace operators {
-
-
-
-
-
-
-
-
-
-
-
-
-
- template <typename ...>
- struct adl { };
- }} }}
- #endif
|