boostorg / typeof

Boost.org typeof module
http://boost.org/libs/typeof
12 stars 46 forks source link

Fix compilation error with MSC+Clang #3

Closed awulkiew closed 7 years ago

awulkiew commented 8 years ago

Check defined(__clang__) explicitly because with MSVC+Clang __GNUC__ is not defined.