Skip to content
Snippets Groups Projects
Commit 6cc5f611 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[doc/BL] Fix link to fmt.dev format specification

parent 98bac513
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ bool substituteKeyword(std::string& result,
type_specification[std::type_index(typeid(std::string))] = 's';
auto const& b = precision_specification.back();
// see https://fmt.dev/latest/syntax.html#formatspec
// see https://fmt.dev/latest/syntax/#format-specification-mini-language
if (b == 'e' || b == 'E' || b == 'f' || b == 'F' || b == 'g' || b == 'G')
{
type_specification[std::type_index(typeid(double))] = b;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment