Boost logo

Boost :

From: Gary Powell (Gary.Powell_at_[hidden])
Date: 2001-01-29 17:36:09


My understanding is that if you modify namespace "std" it's not standard
anymore now is it? Also it requires that compilers be able to use user
defined code within "std" code. (A restriction on coding.)

i.e.

std::algorithm(T t, S, s)
{
   using std::foo; // must be done for any std function.
   foo(t,s); // cannot specify std::foo()
}

  -gary-

gary.powell_at_[hidden]


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