summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-08-20 17:00:09 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-08-20 17:00:09 (GMT)
commitef1335b1ab76fb3ee1082b5abab66b43fa45df1d (patch)
treec11d9aa8cd2838a01d71e06fbf448a892f326006 /src/corelib/io
parent79a5babcd2fdee3aca7fb6b13d9eddd2ec130581 (diff)
downloadQt-ef1335b1ab76fb3ee1082b5abab66b43fa45df1d.zip
Qt-ef1335b1ab76fb3ee1082b5abab66b43fa45df1d.tar.gz
Qt-ef1335b1ab76fb3ee1082b5abab66b43fa45df1d.tar.bz2
Make qregexp.cpp compile with RVCT.
The C++ standard says that templates do not consider non-exported operators, but most compilers ignore that rule. RVCT however, does not so add the Q_STATIC_GLOBAL_OPERATOR macro here which expands to 'inline' for RVCT instead of 'static'. Reviewed-by: Harald Fernengel
Diffstat (limited to 'src/corelib/io')
0 files changed, 0 insertions, 0 deletions