pybind11/include
Dean Moldovan 56e86ed094 Workaround for py::dict() constructor on MSVC
MSVC fails to compile if the constructor is defined out-of-line.
The error states that it cannot deduce the type of the default template
parameter which is used for SFINAE.
2016-09-06 16:41:50 +02:00
..
pybind11 Workaround for py::dict() constructor on MSVC 2016-09-06 16:41:50 +02:00