MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / remove_sign

Function remove_sign

3rd/nlohmann_json/single_include/nlohmann/json.hpp:17333–17337  ·  view source on GitHub ↗

* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */

Source from the content-addressed store, hash-verified

17331 * Must never be called.
17332 */
17333 number_unsigned_t remove_sign(number_unsigned_t x)
17334 {
17335 JSON_ASSERT(false); // NOLINT(cert-dcl03-c,hicpp-static-assert,misc-static-assert) LCOV_EXCL_LINE
17336 return x; // LCOV_EXCL_LINE
17337 }
17338
17339 /*
17340 * Helper function for dump_integer

Callers 1

dump_integerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected