Move preprocessor TYPE define to header files
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
|
||||
#define TYPE std::string
|
||||
|
||||
template <typename T>
|
||||
class Vector {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user