mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
@@ -40,12 +40,12 @@ using namespace std;
|
||||
using namespace ue2;
|
||||
|
||||
struct SimpleV {
|
||||
size_t index;
|
||||
size_t index = 0;
|
||||
string test_v = "SimpleV";
|
||||
};
|
||||
|
||||
struct SimpleE {
|
||||
size_t index;
|
||||
size_t index = 0;
|
||||
string test_e = "SimpleE";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user