Stl support: cm::append now supports any sequential container

This commit is contained in:
Marc Chevrier
2020-01-20 18:12:35 +01:00
parent 4dbc9dfc7a
commit 73d1da4f86
3 changed files with 146 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
#include <iostream>
#include <memory>
#include <type_traits>
#include <utility>
#include <vector>