Fixes for clang without -std=c++11
[junction.git] / junction / ConcurrentMap_Grampa.h
index 5f03c8b3d83c4010ead8c4802a8d98cf83c51b11..b0d6cec75b95cde1da4bed6912d2904cd1d37c81 100644 (file)
@@ -23,7 +23,7 @@ namespace junction {
 
 TURF_TRACE_DECLARE(ConcurrentMap_Grampa, 27)
 
 
 TURF_TRACE_DECLARE(ConcurrentMap_Grampa, 27)
 
-template <typename K, typename V, class KT = DefaultKeyTraits<K>, class VT = DefaultValueTraits<V>>
+template <typename K, typename V, class KT = DefaultKeyTraits<K>, class VT = DefaultValueTraits<V> >
 class ConcurrentMap_Grampa {
 public:
     typedef K Key;
 class ConcurrentMap_Grampa {
 public:
     typedef K Key;