On Mon, Mar 03, 2003 at 01:50:17PM +0100, Lars Gullik Bj?nnes wrote: > f.ex. the boost noncopyalbe is very simple, but why would you want to > implement it for yourself? > (same with boost::next and boost::prior)
because including any boost header makes the compiler a thousand times slower and the binaries a thousand times bigger. It sucks... john