implementation language of libstdc++ .cc files

Paolo Carlini paolo.carlini@oracle.com
Sun Dec 8 10:17:00 GMT 2013


On 12/08/2013 10:55 AM, Václav Zeman wrote:
> Hi.
>
> What is the implementation language of libstdc++'s .cc files? Can I use
> C++11 features like std::unique_ptr<> in them or do they need to be kept
> C++98 conforming? In this particular instance, I am modifying locale
> implementation .cc files.
As you can see, there are two subdirectories in libstdc++-v3/src. Thus 
if you need c++11 you have to work in the c++11 subdirectory and move 
the files, adjust the makefile accordingly.

Paolo.



More information about the Libstdc++ mailing list