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
|
@ -16,7 +16,7 @@ namespace sprout {
|
|||
//
|
||||
template<
|
||||
typename OutputIterator, typename Size, typename Generator,
|
||||
typename sprout::enabler_if<sprout::is_output_iterator<OutputIterator>::value>::type = sprout::enabler
|
||||
typename sprout::enabler_if<sprout::is_iterator_outputable<OutputIterator>::value>::type = sprout::enabler
|
||||
>
|
||||
inline SPROUT_CXX14_CONSTEXPR OutputIterator
|
||||
generate_n(OutputIterator first, Size n, Generator gen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue