Refactored parse_num and parse_type to return type parse_result
This commit is contained in:
@@ -16,7 +16,7 @@ int main() {
|
||||
Uart uart;
|
||||
|
||||
Logger logger(uart);
|
||||
logger.log<"Test format string: {:08.4f} {}">(1, 2, 3);
|
||||
logger.log<"Test:{:88}">(1, 2, 3);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user