sandialabs / SpecUtils

A library for opening, manipulating, and exporting gamma spectral files
GNU Lesser General Public License v2.1
27 stars 9 forks source link

gcc -std=c++11 doesn't know about std::floorf #25

Closed ckuethe closed 8 months ago

ckuethe commented 8 months ago

I wasn't explicitly using any particular standard, that's just what cmake picked for me using gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)

wcjohns commented 8 months ago

Thanks for catching and fixing!