Hello,
First of all, thank you for this project!
I'm running into the following error when trying to dump a boost::optional type object:
(gdb) p 'l2ps::db::UeDbBase<l2ps::ul::db::Ue>::ueDbInstance'
$17 = Python Exception <class 'gdb.error'> There is no member named m_initialized.:
I'm using Boost 1.69.0
Do you have any clue that would explain this issue ?
Thanks !