Forked from
waLBerla / waLBerla
1172 commits behind the upstream repository.
-
Michael Kuron authoredMichael Kuron authored
TestStdVariant.cpp 98 B
#include <iostream>
#include <variant>
int main() {
std::variant<int,float> a;
return 0;
}