TanmayPatil105 / procfetch

🎨 Yet another command-line system information utility written in C++
https://tanmaypatil105.github.io/procfetch/
GNU General Public License v3.0
23 stars 11 forks source link

Introduction of std::format #106

Open youpong opened 1 year ago

youpong commented 1 year ago

Discussed in https://github.com/TanmayPatil105/procfetch/discussions/102

Originally posted by **youpong** February 13, 2023 clang-15 supports std::format similar to Python3's f-Strings. Why not use it? [std::format sample program](https://github.com/youpong/std-format).