benchmark/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 20 Mar 2008 21:59:35 +0000
changeset 104 cdbba181b786
child 146 4b42aa24ce12
permissions -rw-r--r--
Restored (and modified) StoreBoolMap (it was removed in 7ff1c348ae0c)

- also restored _maps_bits::IteratorTraits
- removes the Functor template parameter from StoreBoolMap
- doc changed a bit
     1 EXTRA_DIST += \
     2         benchmark/Makefile
     3 
     4 if WANT_BENCHMARK
     5 
     6 noinst_HEADERS +=
     7 
     8 noinst_PROGRAMS +=
     9 
    10 endif WANT_BENCHMARK