Re: [boost] Minor question about BOOST_HAS_LONG_LONG

2003-01-28 Thread John Maddock
I've noticed that the philosophy of boost as it concerns long long is: if the type exists then use it. Since it is a non standard feature shouldn't it be used only if requested by the user (e.g. with a macro from the command line: -DBOOST_ENABLE_LONG_LONG Maybe, but you could end up with

RE: [boost] Minor question about BOOST_HAS_LONG_LONG

2003-01-28 Thread Jeff Garland
I've noticed that the philosophy of boost as it concerns long long is: if the type exists then use it. Since it is a non standard feature shouldn't it be used only if requested by the user (e.g. with a macro from the command line: -DBOOST_ENABLE_LONG_LONG Maybe, but you could end