|
dinkum STL (libcpp) c++ 11 support
|
05/07/2013 11:04 AM
post101226
|
dinkum STL (libcpp) c++ 11 support
The dinkum STL comes with BB10 NDK is somewhat outdated by todays standard, which only supports C++98/03. I found that a
C++ 11 compabile dinkum stl did exist which was shipped with the latest Microsoft Visual C++(2012 I guess).
My questions is: Do we have any plan to bring this C++11 enabled dinkum library into QNX and BB10 in a near future?
I know that the libstdc++ comes with gcc 4.6.3 does have some C++0x/11 features, but it is conflict to libcpp ( if the
app link against both libstdc++ and libcpp even indirectly, it crashes at static initialization phrase).
|
|
|