mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix io fromat from int
add range::sinusoidal fix algorithm random_access_iterator parformance
This commit is contained in:
parent
3ff16b4054
commit
cb830f141d
14 changed files with 438 additions and 12 deletions
|
@ -77,7 +77,7 @@ namespace sprout {
|
|||
//
|
||||
template<
|
||||
typename Elem,
|
||||
int Base,
|
||||
int Base = 10,
|
||||
typename IntType,
|
||||
typename sprout::enabler_if<std::is_integral<IntType>::value>::type = sprout::enabler
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue