gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Must use same struct/class when doing forward declarations #58

Closed marcusmueller closed 1 year ago

marcusmueller commented 2 years ago

my compiler cautions that using a class foobar; forward declaration is liable to breaking ABI on MSVC when foobar is actually struct foobar {…};.

jsallay commented 1 year ago

No longer an issue with latest refactoring.