Searched refs:BOOST_PYTHON_CONCAT (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/python/numpy/ |
D | config.hpp | 66 #define BOOST_PYTHON_CONCAT(N, M, m) _BOOST_PYTHON_CONCAT(N, M, m) macro 67 #define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(boost_numpy, PY_MAJOR_VERSION, PY_MINOR_VERSION) 80 #undef BOOST_PYTHON_CONCAT
|
/third_party/boost/boost/python/detail/ |
D | config.hpp | 109 #define BOOST_PYTHON_CONCAT(N, M, m) _BOOST_PYTHON_CONCAT(N, M, m) macro 110 #define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(boost_python, PY_MAJOR_VERSION, PY_MINOR_VERSION) 123 #undef BOOST_PYTHON_CONCAT
|