-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.worksformeResolved as "works for me"Resolved as "works for me"
Description
| Bugzilla Link | 9205 |
| Resolution | WORKSFORME |
| Resolved on | Apr 01, 2011 07:34 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
A simple:
#include
does not work on mac os x 10.6, with clang -std=c++0x or clang -std=c++93. It works fine with -std=gnu++0x and -std=gnu++93.
I had assumed that -std=c++0x was the 'natural' extension to get c++0x support. I can see I should probably be using gnu++0x. That is an unfortunate choice of naming (but probably clang's fault).
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.worksformeResolved as "works for me"Resolved as "works for me"