summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/hashtable.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-22 15:57:59 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-22 15:57:59 (GMT)
commit49cb763452c9b2dc4f85cd9199507a09d234589e (patch)
tree5f57f0be0af4a7e40563b753a4a4b614c516d7fb /Source/kwsys/hashtable.hxx.in
parentb1e1d9c0fb732833f71b466b3105b7bb877a9010 (diff)
downloadCMake-49cb763452c9b2dc4f85cd9199507a09d234589e.zip
CMake-49cb763452c9b2dc4f85cd9199507a09d234589e.tar.gz
CMake-49cb763452c9b2dc4f85cd9199507a09d234589e.tar.bz2
COMP: Removed line continuation characters from #if lines to avoid linefeed problems on cygwin.
Diffstat (limited to 'Source/kwsys/hashtable.hxx.in')
-rw-r--r--Source/kwsys/hashtable.hxx.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/kwsys/hashtable.hxx.in b/Source/kwsys/hashtable.hxx.in
index 52b1975..da71257 100644
--- a/Source/kwsys/hashtable.hxx.in
+++ b/Source/kwsys/hashtable.hxx.in
@@ -615,8 +615,7 @@ public:
@KWSYS_NAMESPACE@_stl::__iterator_category( I )
#endif
-#if @KWSYS_NAMESPACE@_CXX_HAS_MEMBER_TEMPLATES && \
- defined(@KWSYS_NAMESPACE@_HASH_ITERATOR_CATEGORY)
+#if @KWSYS_NAMESPACE@_CXX_HAS_MEMBER_TEMPLATES && defined(@KWSYS_NAMESPACE@_HASH_ITERATOR_CATEGORY)
template <class _InputIterator>
void insert_unique(_InputIterator __f, _InputIterator __l)
{