Re: [v3 PATCH] Add C++11

2015-09-04 Thread Jonathan Wakely
On 14/08/15 12:01 -0400, Ed Smith-Rowland wrote: OK. This tested clean because it didn't install the headers. So Jonathan. I am going to throw in the sponge on the configury. Could you have a look and carry this over the finish line? The main problem was in acinclude.m4: + GLIBCXX_CONDITI

Re: [v3 PATCH] Add C++11

2015-08-14 Thread Jonathan Wakely
On 14 August 2015 at 17:01, Ed Smith-Rowland wrote: > OK. > > This tested clean because it didn't install the headers. > > So Jonathan. I am going to throw in the sponge on the configury. :-) > Could you have a look and carry this over the finish line? Will do, getting that stuff right is alway

Re: [v3 PATCH] Add C++11

2015-08-14 Thread Ed Smith-Rowland
OK. This tested clean because it didn't install the headers. So Jonathan. I am going to throw in the sponge on the configury. Could you have a look and carry this over the finish line? Ed

Re: [v3 PATCH] Add C++11

2015-08-14 Thread Ed Smith-Rowland
On 08/13/2015 10:51 AM, Jonathan Wakely wrote: On 13/08/15 10:37 -0400, Ed Smith-Rowland wrote: Greetings, Now that most systems have uchar.h for conversion between char16_t* and char32_t* to multibyte (analogue of wchar.h and cwchar) i think we should check off this last little crumb of C++1

Re: [v3 PATCH] Add C++11

2015-08-13 Thread Jonathan Wakely
On 13/08/15 10:37 -0400, Ed Smith-Rowland wrote: Greetings, Now that most systems have uchar.h for conversion between char16_t* and char32_t* to multibyte (analogue of wchar.h and cwchar) i think we should check off this last little crumb of C++11. Ooh, I forgot about this, thanks!

[v3 PATCH] Add C++11

2015-08-13 Thread Ed Smith-Rowland
Greetings, Now that most systems have uchar.h for conversion between char16_t* and char32_t* to multibyte (analogue of wchar.h and cwchar) i think we should check off this last little crumb of C++11. I submitted this a while back but Jonathan suggested improvements and it took me a hot minut