aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

In data.hh, seeing an issue with using DWARFPP_BEGIN_NAMESPACE #77

Open Starkeus opened 8 months ago

Starkeus commented 8 months ago

In the data.hh, we use DWARFPP_BEGIN_NAMESPACE and it comes back with an error of : libs/libelfin/dwarf/data.hh:11: error: unknown type name 'DWARFPP_BEGIN_NAMESPACE'

This is also the case with 'DWARFPP_END_NAMESPACE' How was this fixed?