mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
[sprout.array] support for C++14 constexpr
This commit is contained in:
parent
227e7789ec
commit
c40b33067e
34 changed files with 87 additions and 70 deletions
|
@ -34,7 +34,7 @@ namespace sprout {
|
|||
|
||||
template<
|
||||
typename Container, typename Size, typename Generator,
|
||||
typename sprout::enabler_if<!sprout::is_output_iterator<Container>::value>::type = sprout::enabler
|
||||
typename sprout::enabler_if<!sprout::is_iterator_outputable<Container>::value>::type = sprout::enabler
|
||||
>
|
||||
inline SPROUT_CONSTEXPR typename sprout::fixed::result_of::algorithm<Container>::type
|
||||
generate_n(Container const& cont, Size n, Generator const& gen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue