boostorg / mpl

Boost.org mpl module
http://boost.org/libs/mpl
Boost Software License 1.0
51 stars 78 forks source link

add back the has_xxx workaround for msvc if used with nvcc #9

Closed ericniebler closed 10 years ago

ericniebler commented 10 years ago

In boostorg/mpl#8 I scoped a workaround to the affected versions of msvc. It turns out that breaks CUDA builds with nvcc. This fine-tunes the workaround for that case. I would dearly love this to be in the upcoming release.