Skip to content

Commit

Permalink
Update concepts/literals/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: András B Nagy <20251272+BNAndras@users.noreply.github.com>
  • Loading branch information
vaeng and BNAndras authored Oct 16, 2024
1 parent ffd39b7 commit bdef2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/literals/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is a good default case and use-cases with the narrower `float` type are les
~~~~exercism/advanced
The [C++23 standard][cpp23-literals] introduces more fine grained control with literals like `f128` or `F16`.
Some compilers allow their own literals.
GCC permits the usage of `d` as a literal, but this is not forseen in the standard and can hinder cross-platform compatibility.
GCC permits the usage of `d` as a literal, but this is not foreseen in the standard and can hinder cross-platform compatibility.
[cpp23-literals]: https://en.cppreference.com/w/cpp/language/floating_literal
Expand Down

0 comments on commit bdef2b5

Please sign in to comment.