-
- Downloads
libstdc++: Make net::service_already_exists default constructible
The LWG issue I created is Tentatively Ready and proposes to declare a public default constructor, rather than the private one I added recently. * include/experimental/executor (service_already_exists): Make default constructor public (LWG 3414). * testsuite/experimental/net/execution_context/make_service.cc: Check the service_already_exists can be default constructed.
Showing
- libstdc++-v3/ChangeLog 7 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/experimental/executor 3 additions, 4 deletionslibstdc++-v3/include/experimental/executor
- libstdc++-v3/testsuite/experimental/net/execution_context/make_service.cc 3 additions, 0 deletions...tsuite/experimental/net/execution_context/make_service.cc
Loading
Please register or sign in to comment