You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be useful for extensive logging of API interactions etc. to be able to automatically serialize / stringify static structures. Since current C++ reflection tricks tend to fail on structs with a large number of elements, augment with a code generation tool based on Clang that generates dumping (or other) code. Also improve the existing TMP dump utility to recurse into structures and work on ranges and enums.
The text was updated successfully, but these errors were encountered:
It will be useful for extensive logging of API interactions etc. to be able to automatically serialize / stringify static structures. Since current C++ reflection tricks tend to fail on structs with a large number of elements, augment with a code generation tool based on Clang that generates dumping (or other) code. Also improve the existing TMP dump utility to recurse into structures and work on ranges and enums.
The text was updated successfully, but these errors were encountered: