Commit 56e86ed0 authored by Dean Moldovan's avatar Dean Moldovan
Browse files

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.
parent 16db1bfb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment