
Having several ChangeLogs is really error-prone... Index: ChangeLog =================================================================== --- ChangeLog (révision 702) +++ ChangeLog (révision 703) @@ -1,17 +1,3 @@ -2006-11-13 Roland Levillain <roland@lrde.epita.fr> - - Remove virtual type `is_value_wise_mutable'. - - * oln/core/typedefs.hh (is_value_wise_mutable): Remove virtual - type declaration. - * oln/core/abstract/image/value_wise_accessibility/hierarchy.hh: - (case_<image_hierarchy_wrt_value_wise_accessibility, E, 1>): No - longer use the virtual type `is_value_wise_mutable' in the - static switch condition; query `mutable_value_proxy' instead. - * olena/oln/morpher/with_lut.hh - (vtypes< morpher::with_lut<Image, Lut> >::is_value_wise_mutable_type): - Remove typedef. - 2006-10-31 Roland Levillain <roland@lrde.epita.fr> Fix CXXFLAGS usage. Index: olena/ChangeLog =================================================================== --- olena/ChangeLog (révision 702) +++ olena/ChangeLog (révision 703) @@ -1,3 +1,17 @@ +2006-11-13 Roland Levillain <roland@lrde.epita.fr> + + Remove virtual type `is_value_wise_mutable'. + + * oln/core/typedefs.hh (is_value_wise_mutable): Remove virtual + type declaration. + * oln/core/abstract/image/value_wise_accessibility/hierarchy.hh: + (case_<image_hierarchy_wrt_value_wise_accessibility, E, 1>): No + longer use the virtual type `is_value_wise_mutable' in the + static switch condition; query `mutable_value_proxy' instead. + * oln/morpher/with_lut.hh + (vtypes< morpher::with_lut<Image, Lut> >::is_value_wise_mutable_type): + Remove typedef. + 2006-11-10 Roland Levillain <roland@lrde.epita.fr> Introduce oln::value::lut_value_proxy.
participants (1)
-
Roland Levillain