Re: C++11 enabling in F22?

2015-11-11 Thread Jonathan Wakely
On 27/10/15 13:01 +0100, Marek Skalický wrote: On Mon, 2015-10-26 at 14:23 +0100, Tim Niemueller wrote: https://gcc.gnu.org/wiki/Cxx11AbiCompatibility I guess this is what is causing problems if mongo-cxx-driver and an application using it do not use the same language version. Does someone k

Re: C++11 enabling in F22?

2015-10-27 Thread Marek Skalický
On Mon, 2015-10-26 at 14:23 +0100, Tim Niemueller wrote: > https://gcc.gnu.org/wiki/Cxx11AbiCompatibility > > I guess this is what is causing problems if mongo-cxx-driver and an > application using it do not use the same language version. > Does someone know it this could be a problem for F22?

Re: C++11 enabling in F22?

2015-10-26 Thread Tim Niemueller
https://gcc.gnu.org/wiki/Cxx11AbiCompatibility I guess this is what is causing problems if mongo-cxx-driver and an application using it do not use the same language version. Tim On 26.10.2015 14:09, Tom Hughes wrote: > On 26/10/15 13:01, Tim Niemueller wrote: >> On 26.10.2015 13:59, Tom Hughe

Re: C++11 enabling in F22?

2015-10-26 Thread Tom Hughes
On 26/10/15 13:01, Tim Niemueller wrote: On 26.10.2015 13:59, Tom Hughes wrote: On 26/10/15 12:50, Tim Niemueller wrote: - the driver works only with software which is built for the same ABI, it is one of the cases where things break immediately otherwise You need to be very clear what you m

Re: C++11 enabling in F22?

2015-10-26 Thread Tim Niemueller
On 26.10.2015 13:59, Tom Hughes wrote: > On 26/10/15 12:50, Tim Niemueller wrote: > >> - the driver works only with software which is built for the same ABI, >> it is one of the cases where things break immediately otherwise > > You need to be very clear what you mean here. Do you mean built with

Re: C++11 enabling in F22?

2015-10-26 Thread Tom Hughes
On 26/10/15 12:50, Tim Niemueller wrote: - the driver works only with software which is built for the same ABI, it is one of the cases where things break immediately otherwise You need to be very clear what you mean here. Do you mean built with -std=c++11 or built with -D_GLIBCXX_USE_CXX11_AB

Re: C++11 enabling in F22?

2015-10-26 Thread Tim Niemueller
Hi. As the reporter let me briefly phrase the main concerns: - the driver works only with software which is built for the same ABI, it is one of the cases where things break immediately otherwise - we ran into this problem when building 3rd-party software (referee box of the RoboCup Logistics Leag

Re: C++11 enabling in F22?

2015-10-26 Thread Christopher Meng
I'm afraid of some runtime dependencies clash, small amount of rebuilds to all (r-)deps? -- Yours sincerely, Christopher Meng http://awk.io -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.or

Re: C++11 enabling in F22?

2015-10-26 Thread Marek Skalický
On Mon, 2015-10-26 at 11:29 +, Tom Hughes wrote: > On 26/10/15 11:23, Peter Robinson wrote: > > On Mon, Oct 26, 2015 at 11:13 AM, Marek Skalický > > wrote: > >> Hello everyone, > >> I would like to ask what do you think about enabling c++11 in library in > >> F22? Is it permitted by Fedora gu

Re: C++11 enabling in F22?

2015-10-26 Thread Tom Hughes
On 26/10/15 11:23, Peter Robinson wrote: On Mon, Oct 26, 2015 at 11:13 AM, Marek Skalický wrote: Hello everyone, I would like to ask what do you think about enabling c++11 in library in F22? Is it permitted by Fedora guidelines? I am asking because of this bug - https://bugzilla.redhat.com/sho

Re: C++11 enabling in F22?

2015-10-26 Thread Peter Robinson
On Mon, Oct 26, 2015 at 11:13 AM, Marek Skalický wrote: > Hello everyone, > I would like to ask what do you think about enabling c++11 in library in > F22? Is it permitted by Fedora guidelines? > > I am asking because of this bug - > https://bugzilla.redhat.com/show_bug.cgi?id=1274307 . And I want

C++11 enabling in F22?

2015-10-26 Thread Marek Skalický
Hello everyone, I would like to ask what do you think about enabling c++11 in library in F22? Is it permitted by Fedora guidelines? I am asking because of this bug - https://bugzilla.redhat.com/show_bug.cgi?id=1274307 . And I want to know the opinion of someone else, to decide. Thank you, Marek