mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-22 11:43:18 +00:00
fixed marnav github link to include line numbers
This commit is contained in:
parent
212577b43a
commit
11de28f0f8
1 changed files with 1 additions and 1 deletions
|
@ -20186,7 +20186,7 @@ class basic_json
|
|||
@note Floating-point inside JSON values numbers are compared with
|
||||
`json::number_float_t::operator==` which is `double::operator==` by
|
||||
default. To compare floating-point while respecting an epsilon, an alternative
|
||||
[comparison function](https://github.com/mariokonrad/marnav/blob/01c55205736fcc8157891b84e3efe387a221ff3a/include/marnav/math/floatingpoint.hpp#L4)
|
||||
[comparison function](https://github.com/mariokonrad/marnav/blob/01c55205736fcc8157891b84e3efe387a221ff3a/include/marnav/math/floatingpoint.hpp#L33-#L38)
|
||||
could be used, for instance
|
||||
@code {.cpp}
|
||||
template<typename T, typename = typename std::enable_if<std::is_floating_point<T>::value, T>::type>
|
||||
|
|
Loading…
Reference in a new issue