src/hugo/vector_map.h
changeset 901 69a8e672acb1
parent 897 ef09eee53b09
child 906 17f31d280385
equal deleted inserted replaced
4:7a81433f05f0 5:082b0b443c2a
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef VECTOR_MAP_H
     2 #ifndef HUGO_VECTOR_MAP_H
     3 #define VECTOR_MAP_H
     3 #define HUGO_VECTOR_MAP_H
     4 
     4 
     5 #include <vector>
     5 #include <vector>
     6 
     6 
     7 #include <hugo/map_iterator.h>
     7 #include <hugo/map_iterator.h>
     8 #include <hugo/map_bits.h>
     8 #include <hugo/map_bits.h>