• Dominik Charousset's avatar
    fixed lots of warnings, removed lockfree::queue · c63d96b4
    Dominik Charousset authored
    this patch fixes lots of warnings about unsafe float comparison,
    signess-errors, implicit conversions and handling of enums in
    switch statements; furthermore, this patch removes
    `boost::lockfree::queue`, mainly because it can hold a maximum
    of 2^16 values (which is not accounted for in the implementation
    of the scheduler)
    c63d96b4
node_id.cpp 5.91 KB