diff --git a/include/boost/numeric/ublas/fwd.hpp b/include/boost/numeric/ublas/fwd.hpp index 3f143870..c3bb25be 100644 --- a/include/boost/numeric/ublas/fwd.hpp +++ b/include/boost/numeric/ublas/fwd.hpp @@ -20,7 +20,7 @@ namespace boost { namespace numeric { namespace ublas { - // Storage types + // Storage types template > class unbounded_array; @@ -41,7 +41,7 @@ namespace boost { namespace numeric { namespace ublas { template > > class map_array; - // Expression types + // Expression types struct scalar_tag {}; template @@ -168,7 +168,7 @@ namespace boost { namespace numeric { namespace ublas { template, class TA = unbounded_array > class coordinate_matrix; - // Evaluation tags + // Evaluation tags struct concrete_tag {}; struct abstract_tag {};