billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
640 stars 93 forks source link

File include\ponder-xml\common.inl currently does not compile #35

Closed Weeena closed 6 years ago

Weeena commented 8 years ago

Just as a note: The file include\ponder-xml\common.inl currently does not comile because it still contains the old types, e.g.

else if (property.type() == arrayType)
billyquith commented 8 years ago

Thanks. TBH I'm thinking of refactoring that and perhaps removing it.

billyquith commented 8 years ago

Do you use this code? If not, there is no urgency to fix it.

Weeena commented 8 years ago

No, we do not use this code. But it is rather instructive in showing how generic serialisation may be implemented.

billyquith commented 6 years ago

This has been refactored as part of #43. Closing.