C++ exceptions/logging helpers
-
Format the header file:
cat include/throw/throw.hpp | sed 's|%PREFIX%|MY_PREFIX|g' > mythrow.hpp
-
Include to project:
#include "mythrow.hpp"
-
Profit!
C++ exceptions/logging helpers
Format the header file:
cat include/throw/throw.hpp | sed 's|%PREFIX%|MY_PREFIX|g' > mythrow.hpp
Include to project: #include "mythrow.hpp"
Profit!