diff options
author | Nao Pross <naopross@thearcway.org> | 2019-10-10 01:43:08 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-10-10 01:43:08 +0200 |
commit | 9e15c97457bc12e4cbe284ca12adce941f404a5e (patch) | |
tree | aaaeb95307b38e21329677c56f10f927dda51c11 | |
parent | Fix indentation (diff) | |
download | libmm-matrices.tar.gz libmm-matrices.zip |
Remove debug include if NDEBUG is definedmatrices
-rw-r--r-- | include/mm/mmmatrix.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mm/mmmatrix.hpp b/include/mm/mmmatrix.hpp index 0f8833e..28e8c1d 100644 --- a/include/mm/mmmatrix.hpp +++ b/include/mm/mmmatrix.hpp @@ -11,7 +11,9 @@ */ #pragma once +#ifndef NDEBUG #include "mm/debug.hpp" +#endif #include <iostream> #include <iomanip> |