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