wrenpp/examples
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
..
calendar Refactor so that make_method_bindable also accepts free functions now 2022-05-19 19:22:20 +02:00
dieroll Refactor so that make_method_bindable also accepts free functions now 2022-05-19 19:22:20 +02:00
greet Get rid of the iostream include in bt::string 2022-05-24 16:38:34 +02:00
math_vector 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