16 Apr
2018
16 Apr
'18
9:06 p.m.
Hi All
Does the Boost.Range library support initializer_list as a range type? I
thought anything with begin() and end() methods was fair game, but this
code doesn't work, unless I'm doing it wrong.
#include <iostream>
#include <vector>
#include