Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on Mac OS Mavericks with 10.9 SDK #7

Closed
saschazelzer opened this issue Jan 9, 2014 · 1 comment
Closed

Build fails on Mac OS Mavericks with 10.9 SDK #7

saschazelzer opened this issue Jan 9, 2014 · 1 comment
Assignees
Milestone

Comments

@saschazelzer
Copy link
Member

The newest Mac OS X 10.9 SDK does not provide the tr1 namespace anymore, leading to compile errors when trying to

#include <tr1/unordered_map>

and similar includes.

@ghost ghost assigned saschazelzer Jan 9, 2014
@saschazelzer
Copy link
Member Author

Fixed with 270b4fb.

The tr1 prefix for include files and types is now checked for each used type in the CMakeLists.txt. The C++11 (TR1) headers are now used on all platforms for unordered_map, unordered_set, and function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant