
Matthieu Garrigues wrote:
URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog: 2007-10-05 Matthieu Garrigues <garrigues@lrde.epita.fr>
Add scalar() to "scalarise" values.
are you sure? tegucigalpa% grep "scalar(" mln/**/*hh tegucigalpa%
... =================================================================== --- trunk/milena/mln/value/concept/floating.hh (revision 1255) +++ trunk/milena/mln/value/concept/floating.hh (revision 1256) @@ -25,8 +25,8 @@ // reasons why the executable file might be covered by the GNU General // Public License.
-#ifndef MLN_VALUE_FLOATING_HH -# define MLN_VALUE_FLOATING_HH +#ifndef MLN_VALUE_CONCEPT_VALUE_FLOATING_HH +# define MLN_VALUE_CONCEPT_VALUE_FLOATING_HH
trunk/milena/mln/value/concept/floating.hh MLN_VALUE_CONCEPT_VALUE_FLOATING_HH ^^^^^^^ do not match; try again...
/*! \file mln/value/floating.hh
^^^^^ same comment as above...
... -# include <mln/core/concept/value.hh> - namespace mln {
@@ -69,5 +67,6 @@
} // end of namespace mln
+# include <mln/core/concept/value.hh> ...
never do that! instead, try to solve the actual inclusion problem.
...