| 230 | |
| 231 | template<class F, class Alloc> |
| 232 | void |
| 233 | post(F&&, Alloc const&) |
| 234 | { |
| 235 | // shouldn't be called since the enclosing |
| 236 | // networking wrapper only uses dispatch |
| 237 | BEAST_FAIL(); |
| 238 | } |
| 239 | |
| 240 | template<class F, class Alloc> |
| 241 | void |
nothing calls this directly
no outgoing calls
no test coverage detected