Skip to content
Snippets Groups Projects
Commit 8209833e authored by David Rosca's avatar David Rosca
Browse files

Fix build in release

parent 93f0dc41
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
#define H_DEBUG(x) std::cout << std::boolalpha << x << std::endl
#else
#define H_ASSERT(x)
#define HOPCROFT_DEBUG(str)
#define H_DEBUG(str)
#endif
 
#endif // GRAPH_HOPCROFT_DEBUG_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment