utempl/examples/src/make.cpp

7 lines
139 B
C++
Raw Normal View History

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