Results 1 to 2 of 2

Thread: Any fully-standard-compliment C++0x compiler?

  1. #1
    Join Date
    Apr 2009
    Location
    Hong Kong
    Beans
    91
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Any fully-standard-compliment C++0x compiler?

    Are there any fully-standard-compliment C++0x compiler available? I'm developing a project which requires the use of C++0x features.
    My site about computing:
    http://miklcct.csproject.org/
    Be sure to see my photos!

  2. #2
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    2,134
    Distro
    Ubuntu Development Release

    Re: Any fully-standard-compliment C++0x compiler?

    how can there be a standard compliant compiler when the standard isn't finished yet?
    (there even isn't a full c++98 compliant compiler yet btw, damn export ^^)

    maybe you should change you're requirements to TR1 which is reasonably good supported already.
    here is gcc's status:
    http://gcc.gnu.org/onlinedocs/libstd...status.iso.tr1

    Or use the boost libraries. they have most of the new standard features+ a lot more.
    Last edited by MadCow108; September 15th, 2009 at 07:32 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •