* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
| 16410 | * Must never be called. |
| 16411 | */ |
| 16412 | number_unsigned_t remove_sign(number_unsigned_t x) |
| 16413 | { |
| 16414 | JSON_ASSERT(false); // LCOV_EXCL_LINE |
| 16415 | return x; // LCOV_EXCL_LINE |
| 16416 | } |
| 16417 | |
| 16418 | /* |
| 16419 | * Helper function for dump_integer |