WRApplication
External kratos "application" for multiscale time integration.
|
snprintf
from the C STL (security issues due to allowing the user to freely specify the format)fmt::format
(requires fmtlib)std::format
(==fmtlib adopted in the standard, requires C++20)boost::format
(requires boost)