2 Aug
2014
2 Aug
'14
6:11 a.m.
On 2014-08-01 18:46, Eric Niebler wrote:
Then you can use it like a constexpr Boolean function in enable_if, which can be conveniently wrapped in a simple macro like:
template
void advance(I i, iterator_difference_t<I> n) { // ... } Really nice! But won't work with variadic templates, would it? Since I cannot do something like
template