wrenpp/examples/math_vector
King_DuckZ 72da0b8d87 Fix build when std::string is a lone parameter
The "any tuple-like" thing was nice but
it was confusing when passing for example
a std::string, which is a typedef to a
tuple-like thing. Making a custom
ConstructorParameters struct is more clear
both to users and to the compiler.
2024-05-24 17:12:04 +02:00
..
main.cpp Fix build when std::string is a lone parameter 2024-05-24 17:12:04 +02:00
meson.build Add working example of constructor overloading 2022-05-15 16:03:29 +02:00