Define MUTINY_USE_STD_CPP_LIB

Define Documentation

MUTINY_USE_STD_CPP_LIB
[source]

Enable use of the C++ standard library.

When set to 1, the framework may use standard library facilities such as <string>, <type_traits>, and <stdexcept>. Set to 0 for bare-metal or other constrained environments where the C++ standard library is unavailable. Defaults to 1.