lfreist / hwinfo

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

Return strings by value for NRVO #71

Closed dario-loi closed 9 months ago

dario-loi commented 9 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.