| 2293 | } |
| 2294 | |
| 2295 | struct cannot_construct_error |
| 2296 | { |
| 2297 | static constexpr bool value = false; |
| 2298 | using type = void; |
| 2299 | }; |
| 2300 | |
| 2301 | template <class... Args> |
| 2302 | void construct_error_impl(cannot_construct_error, Args&&...) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected