mirror of
https://github.com/c-sooyoung/fold_slice.git
synced 2026-09-18 00:49:09 +09:00
initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <fstream>
|
||||
#include <memory>
|
||||
|
||||
namespace debug {
|
||||
std::unique_ptr<std::ofstream> out; //!< pointer to debug log file
|
||||
}
|
||||
Reference in New Issue
Block a user