Skip to content
Snippets Groups Projects
Commit 7e1886dd authored by David Lonie's avatar David Lonie Committed by Kitware Robot
Browse files

Merge topic 'patch-2'


842f6d13 Do not use extern templates for mingw

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !2540
parents 76aa35ff 842f6d13
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@
/** extern template declarations for C++11
*/
#if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1700)
#if ((__cplusplus >= 201103L) || (defined(_MSC_VER) && _MSC_VER >= 1700)) && !defined(__MINGW32__)
#define VTK_USE_EXTERN_TEMPLATE
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment