Index: boost/graph/two_bit_color_map.hpp =================================================================== --- boost/graph/two_bit_color_map.hpp (revision 60155) +++ boost/graph/two_bit_color_map.hpp (working copy) @@ -39,7 +39,7 @@ }; -template +template struct two_bit_color_map { std::size_t n; @@ -61,10 +61,10 @@ } }; -template +template inline two_bit_color_type -get(const two_bit_color_map& pm, - typename two_bit_color_map::key_type key) +get(const two_bit_color_map& pm, + typename two_bit_color_map::key_type key) { BOOST_STATIC_CONSTANT(int, elements_per_char = two_bit_color_map::elements_per_char); typename property_traits::value_type i = get(pm.index, key);