Boost logo

Boost Users :

Subject: Re: [Boost-users] import boost cstdint into default namespace
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-09-25 06:49:52


ehm... is this what you are looking for?

using boost::int32_t; // you can now say int32_t simply

On Fri, Sep 25, 2009 at 7:21 AM, V S P <toreason_at_[hidden]> wrote:
> Can I somehow import the boost/cstdint   definitions
>
> into the default namespace without importing any other things from the
> boost namespace
>
> (I am trying to compile a source code that relies on having stdint.h but
> VC 2008 does not have it
> so I want to use boost/cstdint but without much modifications to the
> source at question)

> --
> Vlad P


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net