Closed bbferka closed 6 years ago
@furushchev @marc-hanheide any thoughts? I have no objections.
Since indigo has no c++11 support, we will have to release separately if needed, but for other things, It is ok to me. @bbferka Could you open a pull request? We have test codes so we can see how it goes if c++11 is enabled.
@furushchev @hawesie thanks for looking into this. I'll open a PR with the changes. You are right. This might not work for indigo.
Solved by #223
FYI, this issue is also addressed in #224 and #225
Hi,
I was wondering if it would be possible to release libmongocxx_ros with the
c++11=on
set in the CMake? Would this introduce any unforeseen issues? We are planning on releasing our package as a binary for kinetic but it depends on monogcxx and needs C++11. As it currently is we migrated from26compat
tolegacy
, but we needed to compile it from source with the c++11 flags, otherwise we get undefined behavior, probably because of the C++11 ABI compatibility breaks