miek / inspectrum

Radio signal analyser
GNU General Public License v3.0
2.09k stars 270 forks source link

namespace bug, can't build sigmf support without default std namespace #190

Closed osh closed 2 years ago

osh commented 3 years ago

namespace breakage occurred without std namespace - somewhere in the depths of json headers it uses begin / end without std:: namespace this seemed to fix everything (when building both libsigmf and inspectrum using system nlohmann-json3 and and flatbuffers on Ubuntu 21.04) would recommend merging this fix unless the broad namespace upsets someone

miek commented 2 years ago

This shouldn't be needed anymore with #202 merged