xo-unit: doc tidying
This commit is contained in:
parent
d36829994f
commit
b4d490ed3c
4 changed files with 17 additions and 19 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace xo {
|
||||
namespace qty {
|
||||
/** note: won't have constexpr result until c++26 (when ::sqrt(), ::pow() are constexpr)
|
||||
/** note: won't have constexpr result until c++26 (when @c sqrt(), @c pow() are constexpr)
|
||||
**/
|
||||
template <typename Quantity, typename Quantity2>
|
||||
requires quantity_concept<Quantity> && quantity_concept<Quantity2>
|
||||
|
|
@ -19,7 +19,7 @@ namespace xo {
|
|||
return (Quantity::compare(x, y) == 0);
|
||||
}
|
||||
|
||||
/** note: won't have constexpr result until c++26 (when ::sqrt(), ::pow() are constexpr)
|
||||
/** note: won't have constexpr result until c++26 (when @c sqrt(), @c pow() are constexpr)
|
||||
**/
|
||||
template <typename Quantity, typename Quantity2>
|
||||
requires quantity_concept<Quantity> && quantity_concept<Quantity2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue