Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
__VA_OPT__(, ) __VA_ARGS__
usage for MSVC (it is unclear to…
… rwgk why it does not work). This is the beginning of the error message: ``` D:\a\pybind11\pybind11\tests\test_smart_ptr.cpp(285,1): error C2143: syntax error: missing ')' before ',' [D:\a\pybind11\pybind11\build\tests\pybind11_tests.vcxproj] D:\a\pybind11\pybind11\tests\test_smart_ptr.cpp(285,1): error C2059: syntax error: ')' [D:\a\pybind11\pybind11\build\tests\pybind11_tests.vcxproj] ```
- Loading branch information