| 247 | }; |
| 248 | |
| 249 | constexpr token get_token() const noexcept |
| 250 | { |
| 251 | return token{this}; |
| 252 | } |
| 253 | }; |
| 254 | |
| 255 | TEST_CASE("copying an associate-sender re-queries for a new association", "[adaptors][associate]") |
no outgoing calls
no test coverage detected