mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
[Destructive changes] add sprout::string constructor (already not an aggregate)
This commit is contained in:
parent
cb1077d247
commit
baf8995e81
17 changed files with 466 additions and 301 deletions
|
@ -34,7 +34,7 @@ namespace sprout {
|
|||
//
|
||||
// float_exponent10
|
||||
//
|
||||
// !!!
|
||||
// !!! TODO: O(logN)
|
||||
template<typename FloatType>
|
||||
inline SPROUT_CONSTEXPR int
|
||||
float_exponent10_positive(FloatType val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue