Add support for the Intel Composer XE 2013.
ICC 13.0 adds some new C++11 features that we can now support. Change-Id: Ia870a3bb0172ff124983725300e8f9bf2e325ec6 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
bc420e87e6
commit
1616001d72
@ -483,6 +483,12 @@
|
||||
# define Q_COMPILER_UNICODE_STRINGS
|
||||
# define Q_COMPILER_VARIADIC_TEMPLATES
|
||||
# endif
|
||||
# if __INTEL_COMPILER >= 1300
|
||||
// constexpr support is only partial
|
||||
//# define Q_COMPILER_CONSTEXPR
|
||||
# define Q_COMPILER_INITIALIZER_LISTS
|
||||
# define Q_COMPILER_NOEXCEPT
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user