Closed
Description
I am considering breaking up Loguru into a loguru.hpp
and a loguru.cpp
.
In practice this means:
- You can compile
loguru.cpp
and link with it easier - Or you can
#include <loguru.cpp>
if you prefer (only no need for#define LOGURU_IMPLEMENTATION 1
) - One more file you need to keep track of in your build systems
So: good idea or bad idea?
Metadata
Metadata
Assignees
Labels
No labels