| 214 | } |
| 215 | |
| 216 | void testBoolean() |
| 217 | { |
| 218 | testParseInto( false ); |
| 219 | testParseInto( true ); |
| 220 | testParseIntoErrors< bool >( error::not_bool, nullptr ); |
| 221 | } |
| 222 | |
| 223 | void testIntegral() |
| 224 | { |
nothing calls this directly
no outgoing calls
no test coverage detected