Fixes for C++98
authorJeff Preshing <filter-github@preshing.com>
Wed, 18 May 2016 18:19:40 +0000 (14:19 -0400)
committerJeff Preshing <filter-github@preshing.com>
Wed, 18 May 2016 18:19:40 +0000 (14:19 -0400)
commit39e02b325f8e3104b71b2fce9cc6c7a19f8dc639
treefd7fbb59b040ff5d42b00b6137f78e11e3a686de
parentce08f11c83396f629f998fe9e05ff1628f1e2677
Fixes for C++98
20 files changed:
junction/QSBR.cpp
junction/extra/impl/MapAdapter_CDS_Cuckoo.h
junction/extra/impl/MapAdapter_CDS_Michael.h
junction/extra/impl/MapAdapter_Crude.h
junction/extra/impl/MapAdapter_Folly.h
junction/extra/impl/MapAdapter_Grampa.h
junction/extra/impl/MapAdapter_Leapfrog.h
junction/extra/impl/MapAdapter_Leapfrog_RWLock.h
junction/extra/impl/MapAdapter_LibCuckoo.h
junction/extra/impl/MapAdapter_Linear.h
junction/extra/impl/MapAdapter_Linear_Mutex.h
junction/extra/impl/MapAdapter_Linear_RWLock.h
junction/extra/impl/MapAdapter_NBDS.h
junction/extra/impl/MapAdapter_Null.h
junction/extra/impl/MapAdapter_StdMap.h
junction/extra/impl/MapAdapter_TBB.h
junction/extra/impl/MapAdapter_Tervel.h
samples/MapCorrectnessTests/TestEnvironment.h
samples/MapPerformanceTests/MapPerformanceTests.cpp
samples/MapScalabilityTests/MapScalabilityTests.cpp