Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dcommon.h92 # define PYBIND11_DEPRECATED(reason) [[deprecated(reason)]] macro
94 # define PYBIND11_DEPRECATED(reason) __attribute__((deprecated(reason))) macro