Milena (Olena)  User documentation 2.0a Id
Common Compilation Errors

In this section, the most common compilation errors are gathered and explained.

  • error: ’check’ is not a member of ’mln::metal::not_equal<bool, bool>
    error: ’check’ is not a member of ’mln::metal::converts_to<mln::value::rgb<8u>, unsigned int>’

    The routine does not support a given image with such a value type or an automatic conversion from the image value type to the expected value type is not available.
  • error: using ’typename’ outside of template
    Macros like mln_site or mln_domain can only be used in templated functions. In order to use them in a non-templated function, a ‘_’ must be appended to the macro name. For instance : mln_site_ and mln_domain_.

This document was translated from LATEX by HEVEA.
 All Classes Namespaces Functions Variables Typedefs Enumerator