gnuradio / pmt

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

Clean up #39

Closed jsallay closed 2 years ago

jsallay commented 2 years ago

I feel like this organizes the repo much better and improves readability. It also fixes several implicit conversion errors. One of the big improvements is to operator==. There were a lot of functions with a lot of SFINAE and several functions were put in wrap.hpp to deal with compiler issues. The new functions are more consistent, work with more types, and are organized according to where they belong.

mormj commented 2 years ago

Manually rebased as #41