pothosware / gr-pothos

Pothos bindings for GNU Radio blocks
https://github.com/pothosware/gr-pothos/wiki
GNU General Public License v3.0
12 stars 1 forks source link

test for std::function max args in cmake #9

Closed guruofquality closed 6 years ago

guruofquality commented 6 years ago

Cmake can test for number of possible arguments in a for loop with simple compiler tests https://cmake.org/cmake/help/v3.0/module/CheckCXXSourceCompiles.html -- That way we can avoid skipping blocks that could otherwise be supported just because certain compilers have issues with too many arguments.

guruofquality commented 6 years ago

Not doing, this was an older compiler issue