diff --git a/3rdparty/capo/make.hpp b/3rdparty/capo/make.hpp new file mode 100755 index 0000000..908849c --- /dev/null +++ b/3rdparty/capo/make.hpp @@ -0,0 +1,22 @@ +/* + The Capo Library + Code covered by the MIT License + Author: mutouyun (http://orzz.org) +*/ + +#pragma once + +#include // std::decay +#include // std::forward + +namespace capo +{ + template