Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable forward declaration of unwind_type() in msvc14.15 and later. #229

Merged
merged 1 commit into from Mar 25, 2019

Commits on Aug 16, 2018

  1. Enable forward declaration of unwind_type() in msvc14.15 and later.

    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:
    
    boostorg#228
    Owens committed Aug 16, 2018
    Copy the full SHA
    58a096b View commit details
    Browse the repository at this point in the history