-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors.txt
More file actions
288 lines (219 loc) · 22.9 KB
/
errors.txt
File metadata and controls
288 lines (219 loc) · 22.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
MSBuild version 18.0.5+e22287bf1 for .NET Framework
Catch2.vcxproj -> C:\Users\garri\Downloads\hft_engine\build\_deps\catch2-build\src\Release\Catch2.lib
Catch2WithMain.vcxproj -> C:\Users\garri\Downloads\hft_engine\build\_deps\catch2-build\src\Release\Catch2Main.lib
C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2189,5): warning MSB9008: The referenced project C:\Users\garri\Downloads\hft_engine\build\data\data.vcxproj does not exist. [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
cl : command line warning D9002: ignoring unknown option '/GN' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
main.cpp
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(16,42): error C2143: syntax error: missing '}' before 'constant' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(16,42): error C2059: syntax error: 'constant' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(16,48): error C2143: syntax error: missing ';' before '}' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(20,13): error C3646: 'ts': unknown override specifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(20,3): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(21,12): error C3646: 'level': unknown override specifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(21,3): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,12): error C2061: syntax error: identifier 'LogLevel' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(102,3): error C7568: argument list missing after assumed function template 'SPSCRingBuffer' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(50,11): error C2039: 'ts': is not a member of 'LogEntry' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(19,8):
see declaration of 'LogEntry'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(50,16): error C3861: 'now_nanos': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(50,25):
'now_nanos': function declaration must be available as none of the arguments depend on a template parameter
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(51,11): error C2039: 'level': is not a member of 'LogEntry' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(19,8):
see declaration of 'LogEntry'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(51,19): error C3861: 'level': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(55,40): error C3861: 'fmt': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(55,67): error C3861: 'args': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(51,19): error C2065: 'level': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(55,40): error C2065: 'fmt': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(55,67): error C2065: 'args': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(47,8):
This diagnostic occurred in the compiler generated function 'void Logger::log(void)'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(75,33): error C2039: 'ts': is not a member of 'LogEntry' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(19,8):
see declaration of 'LogEntry'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(80,25): error C2039: 'level': is not a member of 'LogEntry' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(19,8):
see declaration of 'LogEntry'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(81,16): error C2653: 'LogLevel': is not a class or namespace name [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(81,26): error C2065: 'DEBUG': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(81,26): error C2131: expression did not evaluate to a constant [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(81,26):
a non-constant (sub-)expression was encountered
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(84,16): error C2653: 'LogLevel': is not a class or namespace name [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(84,26): error C2065: 'WARN': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(84,26): error C2131: expression did not evaluate to a constant [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(84,26):
a non-constant (sub-)expression was encountered
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(87,26): error C2589: 'constant': illegal token on right side of '::' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(87,16): error C2062: type '<error>' unexpected [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(94,51): error C2039: 'ts': is not a member of 'LogEntry' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(19,8):
see declaration of 'LogEntry'
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(116,1): error C2059: syntax error: '}' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(116,1): error C2143: syntax error: missing ';' before '}' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\market_data_types.hpp(7,16): error C2039: 'data': is not a member of 'hft' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft'
C:\Users\garri\Downloads\hft_engine\data\market_data_types.hpp(7,21): error C2143: syntax error: missing ';' before '{' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\market_data_types.hpp(7,21): error C2447: '{': missing function header (old-style formal list?) [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(11,50): error C2065: 'TradeUpdate': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(11,44): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(11,62): error C2143: syntax error: missing ',' before '&' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(11,64): error C2143: syntax error: missing ')' before '>' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(12,50): error C2065: 'LevelUpdate': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(12,44): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(12,62): error C2143: syntax error: missing ',' before '&' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(12,64): error C2143: syntax error: missing ')' before '>' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(23,29): error C2039: 'TradeUpdate': is not a member of 'hft::data' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(6,11):
see declaration of 'hft::data'
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(23,29):
the template instantiation context (the oldest one first) is
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(13,62):
while compiling class template 'hft::execution::ExecutionEngine'
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(23,17): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(23,41): error C2143: syntax error: missing ',' before '&' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(33,17): error C2059: syntax error: '(' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(33,3): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(33,3): error C2059: syntax error: ')' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(33,32): error C2059: syntax error: ')' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(33,3): warning C4183: '__attribute__': missing return type; assumed to be a member function returning 'int' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(25,38): error C3861: 'trade': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(25,38): error C2065: 'trade': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(48,7): error C2039: 'Logger': is not a member of 'hft::core' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft::core'
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(33,39):
This diagnostic occurred in the compiler generated function 'void hft::execution::ExecutionEngine<StrategyType,GatewayType>::execute_signal(const _T0 &)'
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(51,7): error C2039: 'Logger': is not a member of 'hft::core' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft::core'
C:\Users\garri\Downloads\hft_engine\execution\execution_engine.hpp(33,39):
This diagnostic occurred in the compiler generated function 'void hft::execution::ExecutionEngine<StrategyType,GatewayType>::execute_signal(const _T0 &)'
C:\Users\garri\Downloads\hft_engine\models\stat_arb.hpp(16,31): error C2039: 'TradeUpdate': is not a member of 'hft::data' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(6,11):
see declaration of 'hft::data'
C:\Users\garri\Downloads\hft_engine\models\stat_arb.hpp(16,19): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\models\stat_arb.hpp(16,43): error C2143: syntax error: missing ',' before '&' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\models\stat_arb.hpp(20,9): error C2065: 'trade': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\models\stat_arb.hpp(23,17): error C2065: 'trade': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\models\stat_arb.hpp(35,17): error C2065: 'trade': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\models\stat_arb.hpp(43,17): error C2065: 'trade': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
(compiling source file '../infra/main.cpp')
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(34,27): error C3878: syntax error: unexpected token 't' following 'expression' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(52,6): error C2059: syntax error: ')' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(68,9): error C3083: 'Logger': the symbol to the left of a '::' must be a type [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(68,17): error C2039: 'instance': is not a member of 'hft::core' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft::core'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(68,17): error C3861: 'instance': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(69,3): error C3083: 'Logger': the symbol to the left of a '::' must be a type [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(69,3): error C2039: 'instance': is not a member of 'hft::core' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft::core'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(69,3): error C3861: 'instance': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(87,39): error C2039: 'TradeUpdate': is not a member of 'hft::data' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(6,11):
see declaration of 'hft::data'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(87,27): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(87,51): error C2143: syntax error: missing ',' before '&' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(87,73): error C2065: 't': undeclared identifier [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(87,10): error C2664: 'void hft::data::FeederInterface::set_on_trade(<error>)': cannot convert argument 1 from 'main::<lambda_1>' to '<error>' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\data\feeder_interface.hpp(19,8):
see declaration of 'hft::data::FeederInterface::set_on_trade'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(87,10):
while trying to match the argument list '(main::<lambda_1>)'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(89,3): error C3083: 'Logger': the symbol to the left of a '::' must be a type [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(89,3): error C2039: 'instance': is not a member of 'hft::core' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft::core'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(89,3): error C3861: 'instance': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(96,3): error C3083: 'Logger': the symbol to the left of a '::' must be a type [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(96,3): error C2039: 'instance': is not a member of 'hft::core' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft::core'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(96,3): error C3861: 'instance': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(98,9): error C3083: 'Logger': the symbol to the left of a '::' must be a type [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(98,17): error C2039: 'instance': is not a member of 'hft::core' [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
C:\Users\garri\Downloads\hft_engine\core\logger.hpp(14,11):
see declaration of 'hft::core'
C:\Users\garri\Downloads\hft_engine\infra\main.cpp(98,17): error C3861: 'instance': identifier not found [C:\Users\garri\Downloads\hft_engine\build\hft_engine.vcxproj]
unit_tests.vcxproj -> C:\Users\garri\Downloads\hft_engine\build\tests\Release\unit_tests.exe