* Revert swap*

This commit is contained in:
2014-04-28 19:31:32 -07:00
parent 6150d728a5
commit da7781f78e
4 changed files with 24 additions and 18 deletions

View File

@@ -29,6 +29,12 @@
std::cerr << __FILE__ << "(" << __LINE__ << ") " << __PRETTY_FUNCTION__ << ": "
#endif
#ifndef aPrint
#define aPrint() std::cout
#endif
#define aEnd() '\n'
#ifndef BLOCKSZ
#define BLOCKSZ 512
#endif