utempl/examples/src/make.cpp

7 lines
131 B
C++
Raw Normal View History

2024-07-31 02:19:28 +00:00
import utempl.utils;
import std;
2024-06-28 16:37:33 +00:00
auto main() -> int {
constexpr auto arr = utempl::TupleMaker<std::array<void*, 0>>::Make();
};