gnuradio / pmt

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

Some slight cleanup #54

Closed mormj closed 2 years ago

mormj commented 2 years ago

Remove unused enums in .fbs Ignore subproject directories in .gitignore Default Constructor for vector_wrap

jsallay commented 2 years ago

Can you add a few unit tests? Can you verify that we can create an empty vector wrap and then assign it? We probably need to define operator= to work just like the constructors.

mormj commented 2 years ago

removed the default constructor from this pr - now it is just simple stuff