COIN-OR::LEMON - Graph Library

Changeset 2387:317b9a88c350 in lemon-0.x for lemon/random.h


Ignore:
Timestamp:
03/03/07 12:57:07 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3218
Message:

Fix icc compilation failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/random.h

    r2386 r2387  
    309309
    310310    template <typename Result, typename Word,
    311               bool one_word = std::numeric_limits<Word>::digits <
    312                               std::numeric_limits<Result>::digits>
     311              bool one_word = (std::numeric_limits<Word>::digits <
     312                               std::numeric_limits<Result>::digits) >
    313313    struct Mapping {
    314314      static Result map(RandomCore<Word>& rnd, const Result& bound) {
Note: See TracChangeset for help on using the changeset viewer.