lfreist / hwinfo

cross platform C++ library for hardware information (CPU, RAM, GPU, ...)
MIT License
438 stars 76 forks source link

Consider C++03 Version #31

Closed lfreist closed 1 year ago

lfreist commented 1 year ago

Against my first intuition, this library should probably be available with a version using C++03 or at least C++11 standard for usage with older compilers

Therfore, We need to figure out the parts of the library that depend on newer standards.