diff options
Diffstat (limited to 'Source/kwsys/hashtable.hxx.in')
-rw-r--r-- | Source/kwsys/hashtable.hxx.in | 3 |
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) { |