accomodate fmt for faster and easier printing #5

Closed
opened 2021-11-14 22:09:33 +01:00 by wanderer · 0 comments
Owner

use a "modern formatting library" - https://github.com/fmtlib/fmt - to write stuff like

std::string s = fmt::format("The answer is {}.", 42);
// s == "The answer is 42."
use a "modern formatting library" - https://github.com/fmtlib/fmt - to write stuff like ```cpp std::string s = fmt::format("The answer is {}.", 42); // s == "The answer is 42." ```
wanderer added the
enhancement
label 2021-11-14 22:09:33 +01:00
wanderer added a new dependency 2021-11-18 21:35:27 +01:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
Reference: ak-fortuna/fortuna#5
No description provided.