Hi!

>From what I can tell, by pasting the log section into c++filt, those
symbols only occur, because they use std:c++11 strings and
stringstreams. There is nothing c++11 specific aside from using c++11
strings and stringstreams.

However to answer your question: Yes some of the symbols are part of the
public API:

Json::Value::operator[](std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) const

Json::Value::toStyledString[abi:cxx11]() const

Json::valueToString // for all types

Json::Value::isMember(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) const

.... etc.

So I am not sure if this now requires a transition or not. If it does
require a transition, I would like to switch to the 1.x versions instead
of the 0.x verion of the library.

I could prepare sucha package and upload it to experimental.

Thanks for putting so much effort into the gcc5/libstdc++6 transition :)

Greetings
Peter


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to