Skip to content

Commit

Permalink
[doc/BL] Fix link to fmt.dev format specification
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jul 5, 2024
1 parent 98bac51 commit 6cc5f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseLib/FileTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6cc5f61

Please sign in to comment.