Ticket #2673: inversive_congruential.hpp.diff

File inversive_congruential.hpp.diff, 357 bytes (added by rick68@…, 14 years ago)

Patch

  • inversive_congruential.hpp

    old new  
    7171    return value;
    7272  }
    7373
    74   bool validation(result_type x) const { return val == x; }
     74  static bool validation(result_type x) const { return val == x; }
    7575
    7676#ifndef BOOST_NO_OPERATORS_IN_NAMESPACE
    7777