Skip to content

Instantly share code, notes, and snippets.

@ohga
Created December 8, 2017 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohga/f899d4f0db51efa0b19b6ee6badd2f3d to your computer and use it in GitHub Desktop.
Save ohga/f899d4f0db51efa0b19b6ee6badd2f3d to your computer and use it in GitHub Desktop.
diff --git a/src/ifdef.hpp b/src/ifdef.hpp
index eae364f..3ebf70c 100644
--- a/src/ifdef.hpp
+++ b/src/ifdef.hpp
@@ -22,7 +22,7 @@
#ifndef APERY_IFDEF_HPP
#define APERY_IFDEF_HPP
-#if 0
+#if 1
// 機械学習を行う際に使う。
#define LEARN
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment