xo-reflect: promote std::string to always-reflect
This commit is contained in:
parent
771ccdd308
commit
2c51a1e1a0
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ namespace xo {
|
||||||
Reflect::require<long long>();
|
Reflect::require<long long>();
|
||||||
Reflect::require<float>();
|
Reflect::require<float>();
|
||||||
Reflect::require<double>();
|
Reflect::require<double>();
|
||||||
|
Reflect::require<std::string>();
|
||||||
} /*ctor*/
|
} /*ctor*/
|
||||||
|
|
||||||
TypeDescrTable
|
TypeDescrTable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue