lfreist / hwinfo

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

Return strings by value for NRVO #71

Closed dario-loi closed 11 months ago

dario-loi commented 11 months ago

Simple fix for the problems detailed in #70.

Also fixed:

Let me know if there are problems to fix before merge, right now tests and format checks are passing.