Re: [PATCH, libstdc++] Implement C++20 p1032 default_searcher constexprosity.

2019-11-15 Thread Jonathan Wakely
On 15/11/19 20:15 +, Smith-Rowland, Edward M wrote: --- testsuite/20_util/function_objects/constexpr_searcher.cc(nonexistent) +++ testsuite/20_util/function_objects/constexpr_searcher.cc(working copy) @@ -0,0 +1,52 @@ +// Copyright (C) 2014-2019 Free Software Foundation, Inc. Just 2

Re: [PATCH, libstdc++] Implement C++20 p1032 default_searcher constexprosity.

2019-11-15 Thread Ville Voutilainen
On Fri, 15 Nov 2019 at 22:16, Smith-Rowland, Edward M wrote: > > Pretty self-explanatory. LGTM. Jonathan still needs to ack it.

[PATCH, libstdc++] Implement C++20 p1032 default_searcher constexprosity.

2019-11-15 Thread Smith-Rowland, Edward M
Pretty self-explanatory. Ed 2019-11-15 Edward Smith-Rowland <3dw...@verizon.net> Implement the default_searcher part of C++20 p1032 Misc constexpr bits. * include/std/functional (default_searcher, default_searcher::operator()): Constexpr. * testsuite/20_util/function_objects/constexpr_search