This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: implementation language of libstdc++ .cc files


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]