[PATCH] D24065: [libc++] Don't attempt to dllexport enum class

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 1 14:28:40 PDT 2016


compnerd added a comment.

Ugh, I was wrong.  There is type information associated with a scoped enum.  This means that `_LIBCPP_TYPE_VIS` is the right annotation here.


https://reviews.llvm.org/D24065





More information about the cfe-commits mailing list