Christian Seiler cee62018fc unsupported/CXX11/Core: allow gen_numeric_list to have a starting point
Add a template parameter to gen_numeric_list that acts as a starting
point for the list, i.e. gen_numeric_list<int, 5, 4> will generate a
numeric_list<int, 4, 5, 6, 7, 8>.
2014-06-04 19:54:22 +02:00
..
2010-02-16 21:41:04 -05:00
2014-02-17 09:56:46 +01:00
2013-08-02 22:40:36 +02:00