| 150 | } |
| 151 | |
| 152 | category_holder error_code_category(boost::system::error_code const& me) |
| 153 | { |
| 154 | return category_holder(me.category()); |
| 155 | } |
| 156 | |
| 157 | #define WRAP_CAT(name) \ |
| 158 | category_holder wrap_ ##name## _category() { return category_holder(name## _category()); } |
nothing calls this directly
no test coverage detected