Fix warning when using Intel C++ on OS X
Unfortunately, Intel's C++ compiler defines `__clang__` which means that some of the pragmas in use that Intel C++ doesn't use will cause warnings to be generated.
Showing
Please register or sign in to comment