doomemacs/modules/editor/file-templates/templates/c++-mode
Lorenzo Ravaglia 25602409b6
refactor(file-templates): c++-mode/__main.cpp: modernize
- Drops `using namespace std`: a known anti-pattern which imports a
  massive namespace into the global namespace. See
  https://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice
- Modernizes/generalizes `main`'s signature with a trailing return
  type (C++11)

Ref: https://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice
Close: #7387
2023-09-07 20:22:58 +02:00
..
__cpp 💥 Remove :feature category 2019-04-24 18:16:04 -04:00
__hpp Remove double underscore from c header templates 2021-03-16 10:16:33 +01:00
__main.cpp refactor(file-templates): c++-mode/__main.cpp: modernize 2023-09-07 20:22:58 +02:00
__winmain.cpp 💥 Remove :feature category 2019-04-24 18:16:04 -04:00