mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
Name lookup in msvc has changed between 14.14 and 14.15 making it consistent with other compilers. Forward declaration of unwind_type() is now required as it is for other compilers. Resolves compilation errors identified in: https://github.com/boostorg/python/issues/228