mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix min/max use
This commit is contained in:
parent
2b08b8e1d5
commit
09bff1e262
3 changed files with 8 additions and 8 deletions
|
@ -11,10 +11,10 @@
|
|||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/limits.hpp>
|
||||
#include <sprout/algorithm/detail/max.hpp>
|
||||
#include <sprout/math/fabs.hpp>
|
||||
#include <sprout/type_traits/arithmetic_promote.hpp>
|
||||
#include <sprout/type_traits/enabler_if.hpp>
|
||||
#include <sprout/algorithm/detail/max.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace math {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue