v0.9: GDB Pretty Printers and cista_members
What's Changed
- cista members by @felixguendling in #112 enabling to support reflection/serialization (also
CISTA_COMPARABLE
,CISTA_PRINTABLE
, etc.) by adding aauto cista_members() constexpr { return std::tie(m1_, m_2, ...); }
function returning all members as astd::tie()
. - Pretty Printers for Cista by @julianharbarth in #107 to support pretty printing data of cista types in GDB-based debuggers including the Clion debugger UI
Full Changelog: 0.8...v0.8