Changes in src/stackclass.hpp [29812d:f66195]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/stackclass.hpp
r29812d rf66195 2 2 #define STACKCLASS_HPP_ 3 3 4 using namespace std; 5 6 /*********************************************** includes ***********************************/ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 4 13 #include "verbose.hpp" 5 14 #include "memoryallocator.hpp" 15 16 /****************************************** forward declarations *****************************/ 6 17 7 18 template <typename T> class StackClass;
Note:
See TracChangeset
for help on using the changeset viewer.