yvanvds
Member
|
c++11 on mac
Hey.
I'm back again with a question about c++11. Which works on window, linux and android, but apparently not on Mac.
I guess some features are working, but certainly not all of them. (Not atomic, for instance.)
To get them working, some project settings should change:
OSX deployment target -> osx 10.7
C++ language dialect -> C++11
C++ standard library -> libc++
But once I do that i get a typedef redefinition in types.h, because of
typedef char * Ptr;
being in macTypes.h
I could of course adjust my github fork to fix this, but since c++ 11 is already supported on other platforms, it might be better if you could change this in the master source. After all, it does not make sense that c++11 is supported on all platforms except mac.
Regards,
yvan
|
|
07-06-2014 12:31 PM |
|
Esenthel
Administrator
|
|
07-06-2014 11:06 PM |
|
yvanvds
Member
|
RE: c++11 on mac
ok, thanks. Who would have thought not all of those posh mac users upgrade at apple's command :-)
|
|
07-07-2014 01:13 AM |
|
Esenthel
Administrator
|
|
07-07-2014 03:17 AM |
|