xo-reflect: promote std::string to always-reflect

This commit is contained in:
Roland Conybeare 2024-06-26 00:40:11 -04:00
commit 2c51a1e1a0

View file

@ -314,6 +314,7 @@ namespace xo {
Reflect::require<long long>();
Reflect::require<float>();
Reflect::require<double>();
Reflect::require<std::string>();
} /*ctor*/
TypeDescrTable