summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testHashSTL.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/testHashSTL.cxx')
-rw-r--r--Source/kwsys/testHashSTL.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/kwsys/testHashSTL.cxx b/Source/kwsys/testHashSTL.cxx
index 0444874..4ed2f89 100644
--- a/Source/kwsys/testHashSTL.cxx
+++ b/Source/kwsys/testHashSTL.cxx
@@ -7,18 +7,19 @@
// Work-around CMake dependency scanning limitation. This must
// duplicate the above list of headers.
#if 0
-#include "hash_map.hxx.in"
-#include "hash_set.hxx.in"
+# include "hash_map.hxx.in"
+# include "hash_set.hxx.in"
#endif
#include <iostream>
#if defined(_MSC_VER)
-#pragma warning(disable : 4786)
+# pragma warning(disable : 4786)
#endif
#if defined(__sgi) && !defined(__GNUC__)
-#pragma set woff 1468 /* inline function cannot be explicitly instantiated */
+# pragma set woff 1468 /* inline function cannot be explicitly instantiated \
+ */
#endif
template class kwsys::hash_map<const char*, int>;
ver'> * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-285-320/+167 |\ \ | * \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-05-2847-327/+566 | |\ \ | | * | fix visibility detection for g++ with a qualified binary nameOswald Buddenhagen2010-05-281-1/+1 | * | | qdoc: Fixed the model/view programming page; tried a style change.Martin Smith2010-05-284-319/+166 * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2811-48/+85 |\ \ \ \ | |_|_|/ |/| | | | * | | Active window focus gain should not open virtual keypadJoona Petrell2010-05-285-6/+27 | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-28