mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix container_traits const-qualified specialization
This commit is contained in:
parent
64b422546e
commit
d4f7fa9b9c
4 changed files with 64 additions and 27 deletions
|
@ -3,12 +3,12 @@
|
|||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/math/fpclassify.hpp>
|
||||
#include <sprout/math/isnan.hpp>
|
||||
#include <sprout/math/isfinite.hpp>
|
||||
#include <sprout/math/isinf.hpp>
|
||||
#include <sprout/math/isnan.hpp>
|
||||
#include <sprout/math/isnormal.hpp>
|
||||
#include <sprout/math/iszero.hpp>
|
||||
#include <sprout/math/issubnormal.hpp>
|
||||
#include <sprout/math/isnormal.hpp>
|
||||
#include <sprout/math/isfinite.hpp>
|
||||
#include <sprout/math/signbit.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_CLASSIFICATIONS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue