Re: [PATCH] Mark experimental::net::system_context ctor deleted

2020-04-23 Thread Thomas Rodgers via Gcc-patches
Tested x86_64_linux. Commited to master, backported to releases/gcc-9. Jonathan Wakely writes: > On 23/04/20 13:09 -0700, Thomas Rodgers via Libstdc++ wrote: >> >> * include/experimental/net/executor: Mark >> system_context::system_context() = default. > > s/default/delete/ :-) > > But

Re: [PATCH] Mark experimental::net::system_context ctor deleted

2020-04-23 Thread Jonathan Wakely via Gcc-patches
On 23/04/20 13:09 -0700, Thomas Rodgers via Libstdc++ wrote: * include/experimental/net/executor: Mark system_context::system_context() = default. s/default/delete/ :-) But the affected function/type/thingie should be named in parens, not in the comment i.e. * include/exper

[PATCH] Mark experimental::net::system_context ctor deleted

2020-04-23 Thread Thomas Rodgers via Gcc-patches
* include/experimental/net/executor: Mark system_context::system_context() = default. * testsuite/experimental/net/executor/1.cc: Add new test for deleted system_context ::system_context(). --- libstdc++-v3/include/experimental/executor| 2 +- libstdc++-v3/tes