mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-28 08:02:00 +00:00
f99f685160
Current MSVC generates totally bizarre errors: error C2884: 'pybind11::detail::_': introduced by using-declaration conflicts with local function 'pybind11::detail::_' which makes no sense (since the supposed "conflict" is the function itself). Work around it by `using namespace detail;` instead (which also lets us drop a bunch of other `detail::` qualifications, so isn't actually a bad thing). |
||
---|---|---|
.. | ||
pybind11 |