Re: [PATCH] Fix libstdc++ versioned namespace build

2016-10-03 Thread Jonathan Wakely
On 03/10/16 15:41 +0100, Jonathan Wakely wrote: The versioned namespace build has been broken on all branches for some time. It's due to new code that doesn't use the namespace macros in the right places. This fixes all issues. Rather than declaring the std::experimental::* namespaces in I've a

[PATCH] Fix libstdc++ versioned namespace build

2016-10-03 Thread Jonathan Wakely
The versioned namespace build has been broken on all branches for some time. It's due to new code that doesn't use the namespace macros in the right places. This fixes all issues. Rather than declaring the std::experimental::* namespaces in I've added a new file that declares them and is only in