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: string/list ABI changes


Can someone explain how having these two different ABIs will affect
mixed libraries...?

I.e., I compile my code with -std=c++11 because I want to use some
feature, but I link-with/use system libraries that were possibly
compiled with -std=c++98.  Or, vice-versa.

I may do a call to the library that passes a "const std::string &"
argument...

Thanks,

-miles

-- 
éäããããæãããéãæããã


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