Michael Dickens

Results 2 issues of Michael Dickens

#### Description volk: update to 2.5.1 ... correctly this time: use `std::filesystem` if it works and otherwise use `boost::filesystem`. While not ideal -- there will be a boost dependnecy regardless...

type: enhancement
type: update
maintainer
by: member

This line < https://github.com/n-west/volk/blob/master/lib/qa_utils.cc#L157 >, according to @ValZapod < https://github.com/gnuradio/volk/issues/59#issuecomment-573655898 >: Is currently: ``` if(token[0] == 'x' && (token.size() > 1) && (token[1] > '0' || token[1] < '9')) {...