demo/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 20 Mar 2008 21:59:35 +0000
changeset 104 cdbba181b786
parent 1 51eaad3a817b
child 127 1c9a9e2f7d4d
child 128 7cd965d2257f
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 	demo/Makefile
     3 
     4 if WANT_DEMO
     5 
     6 noinst_PROGRAMS += \
     7         demo/arg_parser_demo
     8 
     9 endif WANT_DEMO
    10 
    11 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    12