diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2013-01-23 15:53:40 -0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-20 20:18:29 +0100 |
commit | 934ef4bcc9d79aeb9c7a62a75e1ad81a61e67f48 (patch) | |
tree | 38c5241078f0540f757c111ff2a23876e2994a13 /Source/JavaScriptCore/bytecode/CodeBlock.cpp | |
parent | b963a7bc27d491f218abbaee8e9d28d09166bdd4 (diff) | |
download | qtwebkit-934ef4bcc9d79aeb9c7a62a75e1ad81a61e67f48.tar.gz |
Fix compilation with Intel CC: C code can't have templates
wtf/Assertions.h is compiled in C, C++, Objective C and Objective C++
modes. The C++ parts need to be inside #ifdef __cplusplus, so make sure
the templates are hidden by it.
But since Intel CC version 13 does not need the trick anymore, we can
exclude it from there.
Change-Id: Ifa1b168feec31826ecd025d07067852456d41ba1
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/bytecode/CodeBlock.cpp')
0 files changed, 0 insertions, 0 deletions