Re: experimental testsuite patch

2014-01-20 Thread Jonathan Wakely
On 19 January 2014 20:50, François Dumont wrote: > So here is another patch proposal with the faulty debug assertion commented > for the moment. > > 2014-01-20 François Dumont > > > * scripts/create_testsuite_files: Add testsuite/experimental in > the list of folders to introspect for te

Re: experimental testsuite patch

2014-01-19 Thread François Dumont
So here is another patch proposal with the faulty debug assertion commented for the moment. 2014-01-20 François Dumont * scripts/create_testsuite_files: Add testsuite/experimental in the list of folders to introspect for tests. * include/experimental/string_view (basic_string

Re: experimental testsuite patch

2014-01-15 Thread Jonathan Wakely
On 15 January 2014 17:22, Paolo Carlini wrote: > On 01/15/2014 06:17 PM, Jonathan Wakely wrote: >> >> I think we decided we want functions to be constexpr in debug mode if >> they are constexpr in normal mode. >> >> I think std::array has solved the same problem without losing the >> constexpr qual

Re: experimental testsuite patch

2014-01-15 Thread Paolo Carlini
On 01/15/2014 06:17 PM, Jonathan Wakely wrote: I think we decided we want functions to be constexpr in debug mode if they are constexpr in normal mode. I think std::array has solved the same problem without losing the constexpr qualifier. Yes, I think the only complete solution we know of is tha

Re: experimental testsuite patch

2014-01-15 Thread Jonathan Wakely
On 15 January 2014 16:56, François Dumont wrote: > Hi > > Here is a patch to partially fix 2 string_view tests. It looks like we > can't use 2 dg-options into the same source, one override the over, the > dg-options directives have been merged into 1. I also update a script to > make the experi