cpp-static-todo icon indicating copy to clipboard operation
cpp-static-todo copied to clipboard

C++ TODO / FIXME macros that expire (fail to compile) after a specific date

Results 4 cpp-static-todo issues
Sort by recently updated
recently updated
newest added

This fixes static_todo and enables it to work in any year (previous version had to be updated from time to time). Also I want to propose a change to introduce...

We are in 2019 now!

#pragma once is not guaranteed to be supported on all compilers. (https://en.wikipedia.org/wiki/Pragma_once#Portability). As to increase portability, I've changed to '#include' guards.