Boost logo

Boost :

From: Vladimir Naukhatsky (roomer_at_[hidden])
Date: 2003-12-11 03:31:22


// excuse me,

// how about prosaic computing

// quote from test_units.cpp line 134

    SI<double>::Length l1(7777.0),
                          l2(l1);
    l2 /= 3333;
    l2 *= 3333;

    std::cout << std::boolalpha
              << (l1 == l2) << std::endl
              << (l1 != l2) << std::endl
              << (l1 <= l2) << std::endl
              << (l1 < l2) << std::endl
              << (l1 >= l2) << std::endl
              << (l1 > l2) << std::endl
              << std::endl;
// und so waiter

// Best Regards. Vladimir Naukhatsky


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk