(bringing in boost dev...)
This sounds bad. Can anybody confirm?
--
Eric Niebler
BoostPro Computing
http://www.boostpro.com
On 11/19/2010 4:35 PM, gast128 wrote:
> Hello all,
>
> just tried out Boost 1.45 on VStudio 2003 but I got a compile error by only
> including type_traits:
>
> #include <boost/type_traits.hpp>
>
> int main()
> {
> return 0;
> }