boostorg / hana

Your standard library for metaprogramming
http://boostorg.github.io/hana
Boost Software License 1.0
1.66k stars 217 forks source link

Fine-grained identification of MSVC CXX version in traits.hpp #489

Closed JamesJCode closed 1 year ago

JamesJCode commented 3 years ago

More fine-grained solution for #475 without poisoning downstream compile directives.

Tested against Microsoft Visual Studio Community 2019 Version 16.9.6 with CMAKE_CXX_STANDARD set to 11, 14, 17, and 20.

ldionne commented 2 years ago

Sorry for not noticing this easy fix, I focus all my efforts on libc++ these days. Can you rebase onto develop and re-push? I'll merge this.