Skip to content

Instantly share code, notes, and snippets.

@Ahmed-Dzair-Dev
Created May 8, 2025 13:43
Show Gist options
  • Save Ahmed-Dzair-Dev/1a9f978e5760c9e7bd8b3af2017fe76f to your computer and use it in GitHub Desktop.
Save Ahmed-Dzair-Dev/1a9f978e5760c9e7bd8b3af2017fe76f to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
[ 50%] Building CXX object CMakeFiles/ssz.dir/ssz.cpp.o
In file included from /usr/include/c++/12/unordered_map:35,
from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:5:
/usr/include/c++/12/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
32 | #error This file requires compiler and library support \
| ^~~~~
In file included from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:10:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "','" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:13:32: note: in expansion of macro ‘L’
13 | auto loc = numStr.find(L(','));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'E'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:15:27: note: in expansion of macro ‘L’
15 | loc = numStr.find(L('E'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:16:46: note: in expansion of macro ‘L’
16 | if(loc != numStr.npos) numStr[loc] = L('e');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'.'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:17:24: note: in expansion of macro ‘L’
17 | if(numStr.find(L('.')) == numStr.npos){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:18:35: note: in expansion of macro ‘L’
18 | loc = numStr.find(L('e'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "".0"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:20:44: note: in expansion of macro ‘L’
20 | numStr.insert(loc, L(".0"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "".0"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:22:35: note: in expansion of macro ‘L’
22 | numStr += L(".0");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""nan"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:30:28: note: in expansion of macro ‘L’
30 | return _isnan(d) ? L("nan") : (d < 0 ? L("-inf") : L("inf"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""-inf"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:30:48: note: in expansion of macro ‘L’
30 | return _isnan(d) ? L("nan") : (d < 0 ? L("-inf") : L("inf"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""inf"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:30:60: note: in expansion of macro ‘L’
30 | return _isnan(d) ? L("nan") : (d < 0 ? L("-inf") : L("inf"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:48:24: note: in expansion of macro ‘L’
48 | WCHR s[] = {c, L('\0')};
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""true"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:54:20: note: in expansion of macro ‘L’
54 | return b ? L("true") : L("false");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""false"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:54:32: note: in expansion of macro ‘L’
54 | return b ? L("true") : L("false");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:86:28: note: in expansion of macro ‘L’
86 | wbuff[i] = L('\0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'('" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:21:24: note: in expansion of macro ‘L’
21 | mes += L('(');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "") : "" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:23:24: note: in expansion of macro ‘L’
23 | mes += L(") : ");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:25:24: note: in expansion of macro ‘L’
25 | mes += L('\n');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:371:34: note: in expansion of macro ‘L’
371 | case POINT_TOKEN: return L(".");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""::"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:372:37: note: in expansion of macro ‘L’
372 | case COLOCOLO_TOKEN: return L("::");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<>"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:373:32: note: in expansion of macro ‘L’
373 | case DIA_TOKEN: return L("<>");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "":<-"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:374:42: note: in expansion of macro ‘L’
374 | case COLOYAJIRUSHI_TOKEN: return L(":<-");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""("" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:375:42: note: in expansion of macro ‘L’
375 | case SHOUKAKKOOPEN_TOKEN: return L("(");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "")"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:376:43: note: in expansion of macro ‘L’
376 | case SHOUKAKKOCLOSE_TOKEN: return L(")");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""{"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:377:42: note: in expansion of macro ‘L’
377 | case CHUUKAKKOOPEN_TOKEN: return L("{");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""}"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:378:43: note: in expansion of macro ‘L’
378 | case CHUUKAKKOCLOSE_TOKEN: return L("}");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""["" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:379:41: note: in expansion of macro ‘L’
379 | case DAIKAKKOOPEN_TOKEN: return L("[");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""]"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:380:42: note: in expansion of macro ‘L’
380 | case DAIKAKKOCLOSE_TOKEN: return L("]");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""(:"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:381:42: note: in expansion of macro ‘L’
381 | case KAKKOCOLOOPEN_TOKEN: return L("(:");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "":)"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:382:43: note: in expansion of macro ‘L’
382 | case KAKKOCOLOCLOSE_TOKEN: return L(":)");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:383:34: note: in expansion of macro ‘L’
383 | case SQUOT_TOKEN: return L("'");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""\""" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:384:34: note: in expansion of macro ‘L’
384 | case DQUOT_TOKEN: return L("\"");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""`"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:385:34: note: in expansion of macro ‘L’
385 | case BQUOT_TOKEN: return L("`");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""\\"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:386:36: note: in expansion of macro ‘L’
386 | case BACKSLA_TOKEN: return L("\\");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""~"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:387:34: note: in expansion of macro ‘L’
387 | case TILDE_TOKEN: return L("~");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""@"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:388:35: note: in expansion of macro ‘L’
388 | case ATMARK_TOKEN: return L("@");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "":"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:389:34: note: in expansion of macro ‘L’
389 | case COLON_TOKEN: return L(":");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:390:38: note: in expansion of macro ‘L’
390 | case SEMICOLON_TOKEN: return L(";");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<,"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:391:38: note: in expansion of macro ‘L’
391 | case SOTOCOMMA_TOKEN: return L("<,");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""=>"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:392:41: note: in expansion of macro ‘L’
392 | case GYAKUDAINYUU_TOKEN: return L("=>");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""#"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:393:34: note: in expansion of macro ‘L’
393 | case SHARP_TOKEN: return L("#");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""!"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:394:40: note: in expansion of macro ‘L’
394 | case EXCLAMATION_TOKEN: return L("!");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""++"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:395:35: note: in expansion of macro ‘L’
395 | case PLSPLS_TOKEN: return L("++");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""--"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:396:35: note: in expansion of macro ‘L’
396 | case MNSMNS_TOKEN: return L("--");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""!!"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:397:35: note: in expansion of macro ‘L’
397 | case TOGGLE_TOKEN: return L("!!");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""''"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:398:39: note: in expansion of macro ‘L’
398 | case QUOTDOUBLE_TOKEN: return L("''");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""$"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:399:35: note: in expansion of macro ‘L’
399 | case DOLLAR_TOKEN: return L("$");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""**"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:400:37: note: in expansion of macro ‘L’
400 | case STARSTAR_TOKEN: return L("**");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""*"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:401:35: note: in expansion of macro ‘L’
401 | case KAKERU_TOKEN: return L("*");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""/"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:402:33: note: in expansion of macro ‘L’
402 | case WARU_TOKEN: return L("/");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""%"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:403:34: note: in expansion of macro ‘L’
403 | case AMARI_TOKEN: return L("%");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""+"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:404:34: note: in expansion of macro ‘L’
404 | case PULUS_TOKEN: return L("+");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""-"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:405:34: note: in expansion of macro ‘L’
405 | case MINUS_TOKEN: return L("-");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<<"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:406:35: note: in expansion of macro ‘L’
406 | case LSHIFT_TOKEN: return L("<<");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "">>"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:407:35: note: in expansion of macro ‘L’
407 | case RSHIFT_TOKEN: return L(">>");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:408:33: note: in expansion of macro ‘L’
408 | case SHOU_TOKEN: return L("<");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:409:40: note: in expansion of macro ‘L’
409 | case SHOUOREQUAL_TOKEN: return L("<=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "">"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:410:32: note: in expansion of macro ‘L’
410 | case DAI_TOKEN: return L(">");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "">="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:411:39: note: in expansion of macro ‘L’
411 | case DAIOREQUAL_TOKEN: return L(">=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:412:34: note: in expansion of macro ‘L’
412 | case EQUAL_TOKEN: return L("=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""!="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:413:37: note: in expansion of macro ‘L’
413 | case NOTEQUAL_TOKEN: return L("!=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""&"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:414:32: note: in expansion of macro ‘L’
414 | case AND_TOKEN: return L("&");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""^"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:415:32: note: in expansion of macro ‘L’
415 | case XOR_TOKEN: return L("^");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""|"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:416:31: note: in expansion of macro ‘L’
416 | case OR_TOKEN: return L("|");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""&&"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:417:35: note: in expansion of macro ‘L’
417 | case ANDAND_TOKEN: return L("&&");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""||"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:418:33: note: in expansion of macro ‘L’
418 | case OROR_TOKEN: return L("||");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""?"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:419:37: note: in expansion of macro ‘L’
419 | case QUESTION_TOKEN: return L("?");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:420:36: note: in expansion of macro ‘L’
420 | case DAINYUU_TOKEN: return L("=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""+="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:421:41: note: in expansion of macro ‘L’
421 | case PULUSDAINYUU_TOKEN: return L("+=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""-="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:422:41: note: in expansion of macro ‘L’
422 | case MINUSDAINYUU_TOKEN: return L("-=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""*="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:423:42: note: in expansion of macro ‘L’
423 | case KAKERUDAINYUU_TOKEN: return L("*=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""/="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:424:40: note: in expansion of macro ‘L’
424 | case WARUDAINYUU_TOKEN: return L("/=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""%="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:425:41: note: in expansion of macro ‘L’
425 | case AMARIDAINYUU_TOKEN: return L("%=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""&="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:426:39: note: in expansion of macro ‘L’
426 | case ANDDAINYUU_TOKEN: return L("&=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""^="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:427:39: note: in expansion of macro ‘L’
427 | case XORDAINYUU_TOKEN: return L("^=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""|="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:428:38: note: in expansion of macro ‘L’
428 | case ORDAINYUU_TOKEN: return L("|=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<<="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:429:42: note: in expansion of macro ‘L’
429 | case LSHIFTDAINYUU_TOKEN: return L("<<=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "">>="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:430:42: note: in expansion of macro ‘L’
430 | case RSHIFTDAINYUU_TOKEN: return L(">>=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""**="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:431:44: note: in expansion of macro ‘L’
431 | case STARSTARDAINYUU_TOKEN: return L("**=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "".="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:432:39: note: in expansion of macro ‘L’
432 | case TENDAINYUU_TOKEN: return L(".=");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "".."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:433:35: note: in expansion of macro ‘L’
433 | case TENTEN_TOKEN: return L("..");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "","" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:434:34: note: in expansion of macro ‘L’
434 | case COMMA_TOKEN: return L(",");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""bool"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:435:33: note: in expansion of macro ‘L’
435 | case BOOL_TOKEN: return L("bool");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""branch"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:436:35: note: in expansion of macro ‘L’
436 | case BRANCH_TOKEN: return L("branch");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:437:34: note: in expansion of macro ‘L’
437 | case BREAK_TOKEN: return L("break");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""byte"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:438:33: note: in expansion of macro ‘L’
438 | case BYTE_TOKEN: return L("byte");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""case"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:439:33: note: in expansion of macro ‘L’
439 | case CASE_TOKEN: return L("case");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""cast"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:440:33: note: in expansion of macro ‘L’
440 | case CAST_TOKEN: return L("cast");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""char"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:441:33: note: in expansion of macro ‘L’
441 | case CHAR_TOKEN: return L("char");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""comm"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:442:33: note: in expansion of macro ‘L’
442 | case COMM_TOKEN: return L("comm");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""cond"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:443:33: note: in expansion of macro ‘L’
443 | case COND_TOKEN: return L("cond");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""const"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:444:34: note: in expansion of macro ‘L’
444 | case CONST_TOKEN: return L("const");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""consteval"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:445:38: note: in expansion of macro ‘L’
445 | case CONSTEVAL_TOKEN: return L("consteval");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""continue"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:446:37: note: in expansion of macro ‘L’
446 | case CONTINUE_TOKEN: return L("continue");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""core"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:447:33: note: in expansion of macro ‘L’
447 | case CORE_TOKEN: return L("core");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:448:36: note: in expansion of macro ‘L’
448 | case DEFAULT_TOKEN: return L("default");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""delete"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:449:35: note: in expansion of macro ‘L’
449 | case DELETE_TOKEN: return L("delete");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""diff"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:450:33: note: in expansion of macro ‘L’
450 | case DIFF_TOKEN: return L("diff");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""do"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:451:31: note: in expansion of macro ‘L’
451 | case DO_TOKEN: return L("do");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""double"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:452:35: note: in expansion of macro ‘L’
452 | case DOUBLE_TOKEN: return L("double");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""else"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:453:33: note: in expansion of macro ‘L’
453 | case ELSE_TOKEN: return L("else");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""false"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:454:34: note: in expansion of macro ‘L’
454 | case FALSE_TOKEN: return L("false");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""float"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:455:34: note: in expansion of macro ‘L’
455 | case FLOAT_TOKEN: return L("float");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""func"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:456:33: note: in expansion of macro ‘L’
456 | case FUNC_TOKEN: return L("func");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""idname"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:457:35: note: in expansion of macro ‘L’
457 | case IDNAME_TOKEN: return L("idname");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""if"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:458:31: note: in expansion of macro ‘L’
458 | case IF_TOKEN: return L("if");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""index"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:459:34: note: in expansion of macro ‘L’
459 | case INDEX_TOKEN: return L("index");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""int"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:460:32: note: in expansion of macro ‘L’
460 | case INT_TOKEN: return L("int");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""len"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:461:32: note: in expansion of macro ‘L’
461 | case LEN_TOKEN: return L("len");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""lib"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:462:32: note: in expansion of macro ‘L’
462 | case LIB_TOKEN: return L("lib");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""list"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:463:33: note: in expansion of macro ‘L’
463 | case LIST_TOKEN: return L("list");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""lock"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:464:33: note: in expansion of macro ‘L’
464 | case LOCK_TOKEN: return L("lock");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""long"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:465:33: note: in expansion of macro ‘L’
465 | case LONG_TOKEN: return L("long");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""loop"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:466:33: note: in expansion of macro ‘L’
466 | case LOOP_TOKEN: return L("loop");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""method"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:467:35: note: in expansion of macro ‘L’
467 | case METHOD_TOKEN: return L("method");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""new"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:468:32: note: in expansion of macro ‘L’
468 | case NEW_TOKEN: return L("new");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""plugin"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:469:35: note: in expansion of macro ‘L’
469 | case PLUGIN_TOKEN: return L("plugin");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""public"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:470:35: note: in expansion of macro ‘L’
470 | case PUBLIC_TOKEN: return L("public");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ref"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:471:32: note: in expansion of macro ‘L’
471 | case REF_TOKEN: return L("ref");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ret"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:472:32: note: in expansion of macro ‘L’
472 | case RET_TOKEN: return L("ret");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""self"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:473:33: note: in expansion of macro ‘L’
473 | case SELF_TOKEN: return L("self");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""short"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:474:34: note: in expansion of macro ‘L’
474 | case SHORT_TOKEN: return L("short");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""signatutre"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:475:38: note: in expansion of macro ‘L’
475 | case SIGNATURE_TOKEN: return L("signatutre");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""switch"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:476:35: note: in expansion of macro ‘L’
476 | case SWITCH_TOKEN: return L("switch");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""thred"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:477:35: note: in expansion of macro ‘L’
477 | case THREAD_TOKEN: return L("thred");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""true"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:478:33: note: in expansion of macro ‘L’
478 | case TRUE_TOKEN: return L("true");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""type"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:479:33: note: in expansion of macro ‘L’
479 | case TYPE_TOKEN: return L("type");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""typeid"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:480:35: note: in expansion of macro ‘L’
480 | case TYPEID_TOKEN: return L("typeid");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""typesize"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:481:37: note: in expansion of macro ‘L’
481 | case TYPESIZE_TOKEN: return L("typesize");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ubyte"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:482:34: note: in expansion of macro ‘L’
482 | case UBYTE_TOKEN: return L("ubyte");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""uint"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:483:33: note: in expansion of macro ‘L’
483 | case UINT_TOKEN: return L("uint");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ulong"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:484:34: note: in expansion of macro ‘L’
484 | case ULONG_TOKEN: return L("ulong");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ushort"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:485:35: note: in expansion of macro ‘L’
485 | case USHORT_TOKEN: return L("ushort");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""void"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:486:33: note: in expansion of macro ‘L’
486 | case VOID_TOKEN: return L("void");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""wait"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:487:33: note: in expansion of macro ‘L’
487 | case WAIT_TOKEN: return L("wait");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""while"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:488:34: note: in expansion of macro ‘L’
488 | case WHILE_TOKEN: return L("while");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and """" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:490:16: note: in expansion of macro ‘L’
490 | return L("");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:33:28: note: in expansion of macro ‘L’
33 | WCHR wch = L('\0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""rb"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:48:50: note: in expansion of macro ‘L’
48 | if(_wfopen_s(&pFile, fn.c_str(), L("rb")) != 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Failed to read file."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:49:52: note: in expansion of macro ‘L’
49 | ss->emes.Add(filename, -1, L("Failed to read file."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:80:76: note: in expansion of macro ‘L’
80 | _wfullpath(nullptr, dir.size() > 0 ? dir.c_str() : L("."), 0);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""/<string>"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:83:37: note: in expansion of macro ‘L’
83 | filename += L("/<string>");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Failed to convert to absolute path."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:84:52: note: in expansion of macro ‘L’
84 | ss->emes.Add(filename, -1, L("Failed to convert to absolute path."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""/<string>"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:89:29: note: in expansion of macro ‘L’
89 | filename += L("/<string>");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:97:26: note: in expansion of macro ‘L’
97 | (L('0') <= wc && wc <= L('9')) || (L('A') <= wc && wc <= L('Z'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:97:48: note: in expansion of macro ‘L’
97 | (L('0') <= wc && wc <= L('9')) || (L('A') <= wc && wc <= L('Z'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'A'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:97:60: note: in expansion of macro ‘L’
97 | (L('0') <= wc && wc <= L('9')) || (L('A') <= wc && wc <= L('Z'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'Z'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:97:82: note: in expansion of macro ‘L’
97 | (L('0') <= wc && wc <= L('9')) || (L('A') <= wc && wc <= L('Z'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:98:29: note: in expansion of macro ‘L’
98 | || (L('a') <= wc && wc <= L('z')) || wc == L('_') || wc >= 0xC0;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'z'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:98:51: note: in expansion of macro ‘L’
98 | || (L('a') <= wc && wc <= L('z')) || wc == L('_') || wc >= 0xC0;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'_'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:98:68: note: in expansion of macro ‘L’
98 | || (L('a') <= wc && wc <= L('z')) || wc == L('_') || wc >= 0xC0;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:114:32: note: in expansion of macro ‘L’
114 | for (; L('0') <= source[sst.i] &&
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:115:50: note: in expansion of macro ‘L’
115 | source[sst.i] <= L('9'); sst.i++) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'?'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:127:57: note: in expansion of macro ‘L’
127 | && source[sst.i + 1] == L('?')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:128:57: note: in expansion of macro ‘L’
128 | && source[sst.i + 2] == L('/') && source[sst.i + 3] == L('*'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'*'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:128:88: note: in expansion of macro ‘L’
128 | && source[sst.i + 2] == L('/') && source[sst.i + 3] == L('*'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'?'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:137:62: note: in expansion of macro ‘L’
137 | if (source[sst.i] != L('?')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "':'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:141:92: note: in expansion of macro ‘L’
141 | if (sst.i - sst.t != 1 || source[sst.t] != L(':')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is not ':'"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:142:67: note: in expansion of macro ‘L’
142 | addErrMes(L("There is not ':'"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:146:67: note: in expansion of macro ‘L’
146 | addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'*'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:155:74: note: in expansion of macro ‘L’
155 | if (source[sst.i - 1] == L('*')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:156:77: note: in expansion of macro ‘L’
156 | && source[sst.i] == L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:161:79: note: in expansion of macro ‘L’
161 | else if (source[sst.i - 1] == L('/')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'*'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:162:77: note: in expansion of macro ‘L’
162 | && source[sst.i] == L('*')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:166:79: note: in expansion of macro ‘L’
166 | else if (source[sst.i - 1] == L('\n')) sst.g++;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:180:54: note: in expansion of macro ‘L’
180 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "' '" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:184:58: note: in expansion of macro ‘L’
184 | source[sst.i] != L(' ')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:185:61: note: in expansion of macro ‘L’
185 | && source[sst.i] != L('\t') && source[sst.i] != L('\r'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:185:89: note: in expansion of macro ‘L’
185 | && source[sst.i] != L('\t') && source[sst.i] != L('\r'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:190:46: note: in expansion of macro ‘L’
190 | if (source[sst.i] != L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:193:50: note: in expansion of macro ‘L’
193 | if (source[sst.i + 1] == L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:195:62: note: in expansion of macro ‘L’
195 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'*'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:202:55: note: in expansion of macro ‘L’
202 | else if (source[sst.i + 1] == L('*')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'*'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:205:66: note: in expansion of macro ‘L’
205 | if (source[sst.i - 1] == L('*')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:206:69: note: in expansion of macro ‘L’
206 | && source[sst.i] == L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:210:71: note: in expansion of macro ‘L’
210 | else if (source[sst.i - 1] == L('\n')) sst.g++;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:223:46: note: in expansion of macro ‘L’
223 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:233:54: note: in expansion of macro ‘L’
233 | if (sst.i >= IDX(src.size())) return L('\0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:234:38: note: in expansion of macro ‘L’
234 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'+'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:267:22: note: in expansion of macro ‘L’
267 | case L('+'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:269:46: note: in expansion of macro ‘L’
269 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'+'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:273:51: note: in expansion of macro ‘L’
273 | else if (source[sst.i] == L('+')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'-'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:278:22: note: in expansion of macro ‘L’
278 | case L('-'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:280:46: note: in expansion of macro ‘L’
280 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'-'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:284:51: note: in expansion of macro ‘L’
284 | else if (source[sst.i] == L('-')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'*'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:289:22: note: in expansion of macro ‘L’
289 | case L('*'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:291:46: note: in expansion of macro ‘L’
291 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'*'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:295:51: note: in expansion of macro ‘L’
295 | else if (source[sst.i] == L('*')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:296:56: note: in expansion of macro ‘L’
296 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:303:22: note: in expansion of macro ‘L’
303 | case L('/'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:304:48: note: in expansion of macro ‘L’
304 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'%'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:309:22: note: in expansion of macro ‘L’
309 | case L('%'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:310:48: note: in expansion of macro ‘L’
310 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'&'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:315:22: note: in expansion of macro ‘L’
315 | case L('&'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:317:46: note: in expansion of macro ‘L’
317 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'&'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:321:51: note: in expansion of macro ‘L’
321 | else if (source[sst.i] == L('&')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'^'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:326:22: note: in expansion of macro ‘L’
326 | case L('^'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:327:48: note: in expansion of macro ‘L’
327 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'|'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:332:22: note: in expansion of macro ‘L’
332 | case L('|'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:334:46: note: in expansion of macro ‘L’
334 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'|'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:338:51: note: in expansion of macro ‘L’
338 | else if (source[sst.i] == L('|')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'<'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:343:22: note: in expansion of macro ‘L’
343 | case L('<'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:345:46: note: in expansion of macro ‘L’
345 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'<'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:349:51: note: in expansion of macro ‘L’
349 | else if (source[sst.i] == L('<')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:350:56: note: in expansion of macro ‘L’
350 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'>'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:356:51: note: in expansion of macro ‘L’
356 | else if (source[sst.i] == L('>')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "','" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:360:51: note: in expansion of macro ‘L’
360 | else if (source[sst.i] == L(',')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'>'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:365:22: note: in expansion of macro ‘L’
365 | case L('>'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:367:46: note: in expansion of macro ‘L’
367 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'>'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:371:51: note: in expansion of macro ‘L’
371 | else if (source[sst.i] == L('>')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:372:56: note: in expansion of macro ‘L’
372 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'!'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:379:22: note: in expansion of macro ‘L’
379 | case L('!'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:381:46: note: in expansion of macro ‘L’
381 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'!'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:385:51: note: in expansion of macro ‘L’
385 | else if (source[sst.i] == L('!')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:390:22: note: in expansion of macro ‘L’
390 | case L('='):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:392:46: note: in expansion of macro ‘L’
392 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'>'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:396:51: note: in expansion of macro ‘L’
396 | else if (source[sst.i] == L('>')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'?'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:401:22: note: in expansion of macro ‘L’
401 | case L('?'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'('" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:404:22: note: in expansion of macro ‘L’
404 | case L('('):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "':'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:405:48: note: in expansion of macro ‘L’
405 | if (source[++sst.i] == L(':')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "')'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:410:22: note: in expansion of macro ‘L’
410 | case L(')'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'{'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:413:22: note: in expansion of macro ‘L’
413 | case L('{'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'}'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:416:22: note: in expansion of macro ‘L’
416 | case L('}'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'['" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:419:22: note: in expansion of macro ‘L’
419 | case L('['):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "']'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:422:22: note: in expansion of macro ‘L’
422 | case L(']'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'#'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:425:22: note: in expansion of macro ‘L’
425 | case L('#'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\\'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:428:22: note: in expansion of macro ‘L’
428 | case L('\\'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:431:22: note: in expansion of macro ‘L’
431 | case L('\''):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'"'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:437:22: note: in expansion of macro ‘L’
437 | case L('"'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "','" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:440:22: note: in expansion of macro ‘L’
440 | case L(','):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "';'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:443:22: note: in expansion of macro ‘L’
443 | case L(';'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'.'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:446:22: note: in expansion of macro ‘L’
446 | case L('.'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'.'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:448:46: note: in expansion of macro ‘L’
448 | if (source[sst.i] == L('.')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'='" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:452:51: note: in expansion of macro ‘L’
452 | else if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "':'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:457:22: note: in expansion of macro ‘L’
457 | case L(':'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "':'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:459:46: note: in expansion of macro ‘L’
459 | if (source[sst.i] == L(':')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "')'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:463:51: note: in expansion of macro ‘L’
463 | else if (source[sst.i] == L(')')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'<'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:468:50: note: in expansion of macro ‘L’
468 | source[sst.i] == L('<') && source[sst.i + 1] == L('-'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'-'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:468:81: note: in expansion of macro ‘L’
468 | source[sst.i] == L('<') && source[sst.i + 1] == L('-'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'~'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:474:22: note: in expansion of macro ‘L’
474 | case L('~'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'`'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:477:22: note: in expansion of macro ‘L’
477 | case L('`'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'$'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:480:22: note: in expansion of macro ‘L’
480 | case L('$'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'@'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:483:22: note: in expansion of macro ‘L’
483 | case L('@'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'b'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:498:22: note: in expansion of macro ‘L’
498 | case L('b'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:499:30: note: in expansion of macro ‘L’
499 | case L('o'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:500:38: note: in expansion of macro ‘L’
500 | case L('o'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:501:46: note: in expansion of macro ‘L’
501 | case L('l'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:507:30: note: in expansion of macro ‘L’
507 | case L('r'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:508:38: note: in expansion of macro ‘L’
508 | case L('a'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:509:46: note: in expansion of macro ‘L’
509 | case L('n'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'c'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:510:54: note: in expansion of macro ‘L’
510 | case L('c'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:511:62: note: in expansion of macro ‘L’
511 | case L('h'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:518:38: note: in expansion of macro ‘L’
518 | case L('e'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:519:46: note: in expansion of macro ‘L’
519 | case L('a'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'k'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:520:54: note: in expansion of macro ‘L’
520 | case L('k'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'y'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:527:30: note: in expansion of macro ‘L’
527 | case L('y'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:528:38: note: in expansion of macro ‘L’
528 | case L('t'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:529:46: note: in expansion of macro ‘L’
529 | case L('e'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'c'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:537:22: note: in expansion of macro ‘L’
537 | case L('c'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:538:30: note: in expansion of macro ‘L’
538 | case L('a'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:539:38: note: in expansion of macro ‘L’
539 | case L('s'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:540:46: note: in expansion of macro ‘L’
540 | case L('e'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:544:46: note: in expansion of macro ‘L’
544 | case L('t'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:550:30: note: in expansion of macro ‘L’
550 | case L('h'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:551:38: note: in expansion of macro ‘L’
551 | case L('a'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:552:46: note: in expansion of macro ‘L’
552 | case L('r'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:558:30: note: in expansion of macro ‘L’
558 | case L('o'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'m'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:559:38: note: in expansion of macro ‘L’
559 | case L('m'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'m'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:560:46: note: in expansion of macro ‘L’
560 | case L('m'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:565:38: note: in expansion of macro ‘L’
565 | case L('n'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:566:46: note: in expansion of macro ‘L’
566 | case L('d'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:570:46: note: in expansion of macro ‘L’
570 | case L('s'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:571:54: note: in expansion of macro ‘L’
571 | case L('t'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:576:46: note: in expansion of macro ‘L’
576 | case L('t'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:577:54: note: in expansion of macro ‘L’
577 | case L('i'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:578:62: note: in expansion of macro ‘L’
578 | case L('n'): switch(tstr[6]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:579:70: note: in expansion of macro ‘L’
579 | case L('u'): switch(tstr[7]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:580:78: note: in expansion of macro ‘L’
580 | case L('e'): if(tlen > 8){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:589:38: note: in expansion of macro ‘L’
589 | case L('r'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:590:46: note: in expansion of macro ‘L’
590 | case L('e'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:598:22: note: in expansion of macro ‘L’
598 | case L('d'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:599:30: note: in expansion of macro ‘L’
599 | case L('e'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:600:38: note: in expansion of macro ‘L’
600 | case L('f'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:601:46: note: in expansion of macro ‘L’
601 | case L('a'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:602:54: note: in expansion of macro ‘L’
602 | case L('u'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:603:62: note: in expansion of macro ‘L’
603 | case L('l'): switch(tstr[6]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:604:70: note: in expansion of macro ‘L’
604 | case L('t'): if(tlen > 7){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:612:38: note: in expansion of macro ‘L’
612 | case L('l'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:613:46: note: in expansion of macro ‘L’
613 | case L('e'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:614:54: note: in expansion of macro ‘L’
614 | case L('t'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:615:62: note: in expansion of macro ‘L’
615 | case L('e'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:623:30: note: in expansion of macro ‘L’
623 | case L('i'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:624:38: note: in expansion of macro ‘L’
624 | case L('f'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:625:46: note: in expansion of macro ‘L’
625 | case L('f'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:631:30: note: in expansion of macro ‘L’
631 | case L('o'): if(tlen > 2) switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:632:38: note: in expansion of macro ‘L’
632 | case L('u'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'b'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:633:46: note: in expansion of macro ‘L’
633 | case L('b'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:634:54: note: in expansion of macro ‘L’
634 | case L('l'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:635:62: note: in expansion of macro ‘L’
635 | case L('e'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:647:22: note: in expansion of macro ‘L’
647 | case L('e'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:648:30: note: in expansion of macro ‘L’
648 | case L('l'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:649:38: note: in expansion of macro ‘L’
649 | case L('s'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:650:46: note: in expansion of macro ‘L’
650 | case L('e'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:658:22: note: in expansion of macro ‘L’
658 | case L('f'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:659:30: note: in expansion of macro ‘L’
659 | case L('a'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:660:38: note: in expansion of macro ‘L’
660 | case L('l'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:661:46: note: in expansion of macro ‘L’
661 | case L('s'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:662:54: note: in expansion of macro ‘L’
662 | case L('e'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:669:30: note: in expansion of macro ‘L’
669 | case L('l'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:670:38: note: in expansion of macro ‘L’
670 | case L('o'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:671:46: note: in expansion of macro ‘L’
671 | case L('a'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:672:54: note: in expansion of macro ‘L’
672 | case L('t'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:679:30: note: in expansion of macro ‘L’
679 | case L('u'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:680:38: note: in expansion of macro ‘L’
680 | case L('n'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'c'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:681:46: note: in expansion of macro ‘L’
681 | case L('c'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:689:22: note: in expansion of macro ‘L’
689 | case L('i'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:690:30: note: in expansion of macro ‘L’
690 | case L('f'): if(tlen > 2){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:694:30: note: in expansion of macro ‘L’
694 | case L('n'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:695:38: note: in expansion of macro ‘L’
695 | case L('d'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:696:46: note: in expansion of macro ‘L’
696 | case L('e'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'x'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:697:54: note: in expansion of macro ‘L’
697 | case L('x'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:703:38: note: in expansion of macro ‘L’
703 | case L('t'): if(tlen > 3){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:710:22: note: in expansion of macro ‘L’
710 | case L('l'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:711:30: note: in expansion of macro ‘L’
711 | case L('i'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'b'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:712:38: note: in expansion of macro ‘L’
712 | case L('b'): if(tlen > 3){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:716:38: note: in expansion of macro ‘L’
716 | case L('s'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:717:46: note: in expansion of macro ‘L’
717 | case L('t'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:723:30: note: in expansion of macro ‘L’
723 | case L('o'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'c'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:724:38: note: in expansion of macro ‘L’
724 | case L('c'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'k'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:725:46: note: in expansion of macro ‘L’
725 | case L('k'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:730:38: note: in expansion of macro ‘L’
730 | case L('n'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'g'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:731:46: note: in expansion of macro ‘L’
731 | case L('g'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:736:38: note: in expansion of macro ‘L’
736 | case L('o'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'p'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:737:46: note: in expansion of macro ‘L’
737 | case L('p'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'m'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:745:22: note: in expansion of macro ‘L’
745 | case L('m'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:746:30: note: in expansion of macro ‘L’
746 | case L('e'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:747:38: note: in expansion of macro ‘L’
747 | case L('t'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:748:46: note: in expansion of macro ‘L’
748 | case L('h'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:749:54: note: in expansion of macro ‘L’
749 | case L('o'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:750:62: note: in expansion of macro ‘L’
750 | case L('d'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:760:22: note: in expansion of macro ‘L’
760 | case L('n'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:761:30: note: in expansion of macro ‘L’
761 | case L('e'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'w'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:762:38: note: in expansion of macro ‘L’
762 | case L('w'): if(tlen > 3){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'p'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:769:22: note: in expansion of macro ‘L’
769 | case L('p'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:770:30: note: in expansion of macro ‘L’
770 | case L('l'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:771:38: note: in expansion of macro ‘L’
771 | case L('u'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'g'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:772:46: note: in expansion of macro ‘L’
772 | case L('g'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:773:54: note: in expansion of macro ‘L’
773 | case L('i'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:774:62: note: in expansion of macro ‘L’
774 | case L('n'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:782:30: note: in expansion of macro ‘L’
782 | case L('u'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'b'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:783:38: note: in expansion of macro ‘L’
783 | case L('b'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:784:46: note: in expansion of macro ‘L’
784 | case L('l'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:785:54: note: in expansion of macro ‘L’
785 | case L('i'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'c'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:786:62: note: in expansion of macro ‘L’
786 | case L('c'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:796:22: note: in expansion of macro ‘L’
796 | case L('r'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:797:30: note: in expansion of macro ‘L’
797 | case L('e'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:798:38: note: in expansion of macro ‘L’
798 | case L('f'): if(tlen > 3){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:802:38: note: in expansion of macro ‘L’
802 | case L('t'): if(tlen > 3){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:809:22: note: in expansion of macro ‘L’
809 | case L('s'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:810:30: note: in expansion of macro ‘L’
810 | case L('e'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:811:38: note: in expansion of macro ‘L’
811 | case L('l'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:812:46: note: in expansion of macro ‘L’
812 | case L('f'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:818:30: note: in expansion of macro ‘L’
818 | case L('h'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:819:38: note: in expansion of macro ‘L’
819 | case L('o'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:820:46: note: in expansion of macro ‘L’
820 | case L('r'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:821:54: note: in expansion of macro ‘L’
821 | case L('t'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:828:30: note: in expansion of macro ‘L’
828 | case L('i'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'g'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:829:38: note: in expansion of macro ‘L’
829 | case L('g'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:830:46: note: in expansion of macro ‘L’
830 | case L('n'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:831:54: note: in expansion of macro ‘L’
831 | case L('a'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:832:62: note: in expansion of macro ‘L’
832 | case L('t'): switch(tstr[6]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:833:70: note: in expansion of macro ‘L’
833 | case L('u'): switch(tstr[7]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:834:78: note: in expansion of macro ‘L’
834 | case L('r'): switch(tstr[8]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:835:86: note: in expansion of macro ‘L’
835 | case L('e'): if(tlen > 9){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'w'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:846:30: note: in expansion of macro ‘L’
846 | case L('w'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:847:38: note: in expansion of macro ‘L’
847 | case L('i'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:848:46: note: in expansion of macro ‘L’
848 | case L('t'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'c'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:849:54: note: in expansion of macro ‘L’
849 | case L('c'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:850:62: note: in expansion of macro ‘L’
850 | case L('h'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:860:22: note: in expansion of macro ‘L’
860 | case L('t'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:861:30: note: in expansion of macro ‘L’
861 | case L('h'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:862:38: note: in expansion of macro ‘L’
862 | case L('r'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:863:46: note: in expansion of macro ‘L’
863 | case L('e'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:864:54: note: in expansion of macro ‘L’
864 | case L('a'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:865:62: note: in expansion of macro ‘L’
865 | case L('d'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:873:30: note: in expansion of macro ‘L’
873 | case L('r'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:874:38: note: in expansion of macro ‘L’
874 | case L('u'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:875:46: note: in expansion of macro ‘L’
875 | case L('e'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'y'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:881:30: note: in expansion of macro ‘L’
881 | case L('y'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'p'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:882:38: note: in expansion of macro ‘L’
882 | case L('p'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:883:46: note: in expansion of macro ‘L’
883 | case L('e'): if(tlen > 4) switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:884:54: note: in expansion of macro ‘L’
884 | case L('i'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:885:62: note: in expansion of macro ‘L’
885 | case L('d'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:890:54: note: in expansion of macro ‘L’
890 | case L('s'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:891:62: note: in expansion of macro ‘L’
891 | case L('i'): switch(tstr[6]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'z'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:892:70: note: in expansion of macro ‘L’
892 | case L('z'): switch(tstr[7]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:893:78: note: in expansion of macro ‘L’
893 | case L('e'): if(tlen > 8){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'u'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:907:22: note: in expansion of macro ‘L’
907 | case L('u'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'b'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:908:30: note: in expansion of macro ‘L’
908 | case L('b'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'y'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:909:38: note: in expansion of macro ‘L’
909 | case L('y'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:910:46: note: in expansion of macro ‘L’
910 | case L('t'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:911:54: note: in expansion of macro ‘L’
911 | case L('e'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:918:30: note: in expansion of macro ‘L’
918 | case L('i'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:919:38: note: in expansion of macro ‘L’
919 | case L('n'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:920:46: note: in expansion of macro ‘L’
920 | case L('t'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:926:30: note: in expansion of macro ‘L’
926 | case L('l'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:927:38: note: in expansion of macro ‘L’
927 | case L('o'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:928:46: note: in expansion of macro ‘L’
928 | case L('n'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'g'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:929:54: note: in expansion of macro ‘L’
929 | case L('g'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:936:30: note: in expansion of macro ‘L’
936 | case L('s'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:937:38: note: in expansion of macro ‘L’
937 | case L('h'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:938:46: note: in expansion of macro ‘L’
938 | case L('o'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:939:54: note: in expansion of macro ‘L’
939 | case L('r'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:940:62: note: in expansion of macro ‘L’
940 | case L('t'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'v'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:950:22: note: in expansion of macro ‘L’
950 | case L('v'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:951:30: note: in expansion of macro ‘L’
951 | case L('o'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:952:38: note: in expansion of macro ‘L’
952 | case L('i'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:953:46: note: in expansion of macro ‘L’
953 | case L('d'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'w'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:961:22: note: in expansion of macro ‘L’
961 | case L('w'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'h'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:962:30: note: in expansion of macro ‘L’
962 | case L('h'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:963:38: note: in expansion of macro ‘L’
963 | case L('i'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:964:46: note: in expansion of macro ‘L’
964 | case L('l'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:965:54: note: in expansion of macro ‘L’
965 | case L('e'): if(tlen > 5){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'c'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:979:22: note: in expansion of macro ‘L’
979 | case L('c'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:980:30: note: in expansion of macro ‘L’
980 | case L('o'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:981:38: note: in expansion of macro ‘L’
981 | case L('n'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'s'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:982:46: note: in expansion of macro ‘L’
982 | case L('s'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:983:54: note: in expansion of macro ‘L’
983 | case L('t'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:984:62: note: in expansion of macro ‘L’
984 | case L('e'): switch(tstr[6]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'v'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:985:70: note: in expansion of macro ‘L’
985 | case L('v'): switch(tstr[7]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:986:78: note: in expansion of macro ‘L’
986 | case L('a'): switch(tstr[8]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'l'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:987:86: note: in expansion of macro ‘L’
987 | case L('l'): if(tlen > 9){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:999:22: note: in expansion of macro ‘L’
999 | case L('i'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1000:30: note: in expansion of macro ‘L’
1000 | case L('d'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1001:38: note: in expansion of macro ‘L’
1001 | case L('n'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1002:46: note: in expansion of macro ‘L’
1002 | case L('a'): switch(tstr[4]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'m'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1003:54: note: in expansion of macro ‘L’
1003 | case L('m'): switch(tstr[5]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1004:62: note: in expansion of macro ‘L’
1004 | case L('e'): if(tlen > 6){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'w'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1013:22: note: in expansion of macro ‘L’
1013 | case L('w'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1014:30: note: in expansion of macro ‘L’
1014 | case L('a'): switch(tstr[2]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'i'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1015:38: note: in expansion of macro ‘L’
1015 | case L('i'): switch(tstr[3]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1016:46: note: in expansion of macro ‘L’
1016 | case L('t'): if(tlen > 4){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Syntax error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:275:21: note: in expansion of macro ‘L’
275 | s.addErrMes(L("Syntax error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:282:15: note: in expansion of macro ‘L’
282 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is not '"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:284:16: note: in expansion of macro ‘L’
284 | tmp += L("There is not '");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""0"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:457:47: note: in expansion of macro ‘L’
457 | hensuname.push_back(std::WSTR(L("0")));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'_'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:467:51: note: in expansion of macro ‘L’
467 | && name[name.size()-2] == L('_') && name[name.size()-1] == L('t');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:467:84: note: in expansion of macro ‘L’
467 | && name[name.size()-2] == L('_') && name[name.size()-1] == L('t');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:468:52: note: in expansion of macro ‘L’
468 | if(b != (type[0] == TYPE_TOKEN) || L('0') <= name[0] && name[0] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:468:84: note: in expansion of macro ‘L’
468 | if(b != (type[0] == TYPE_TOKEN) || L('0') <= name[0] && name[0] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:470:31: note: in expansion of macro ‘L’
470 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' is an invalid name."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:472:32: note: in expansion of macro ‘L’
472 | tmp += L("' is an invalid name.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:478:31: note: in expansion of macro ‘L’
478 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' has a duplicate name."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:480:32: note: in expansion of macro ‘L’
480 | tmp += L("' has a duplicate name.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""The reference type '*' can only be used for local variables."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:489:57: note: in expansion of macro ‘L’
489 | L("The reference type '*' can only be used for local variables."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:518:42: note: in expansion of macro ‘L’
518 | (L('0') <= (*name)[0] && (*name)[0] <= L('9')) || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:518:80: note: in expansion of macro ‘L’
518 | (L('0') <= (*name)[0] && (*name)[0] <= L('9')) || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'_'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:519:97: note: in expansion of macro ‘L’
519 | name->size() >= 2 && (*name)[name->size()-2] == L('_')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:520:68: note: in expansion of macro ‘L’
520 | && name->back() == L('t'))))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'b'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:546:22: note: in expansion of macro ‘L’
546 | case L('b'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:548:47: note: in expansion of macro ‘L’
548 | if(tstr[i] == L('0') || tstr[i] == L('1')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'1'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:548:68: note: in expansion of macro ‘L’
548 | if(tstr[i] == L('0') || tstr[i] == L('1')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:550:59: note: in expansion of macro ‘L’
550 | ui64 += tstr[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:556:22: note: in expansion of macro ‘L’
556 | case L('d'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:558:36: note: in expansion of macro ‘L’
558 | if(L('0') <= tstr[i] && tstr[i] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:558:68: note: in expansion of macro ‘L’
558 | if(L('0') <= tstr[i] && tstr[i] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:560:59: note: in expansion of macro ‘L’
560 | ui64 += tstr[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:566:22: note: in expansion of macro ‘L’
566 | case L('o'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:568:36: note: in expansion of macro ‘L’
568 | if(L('0') <= tstr[i] && tstr[i] <= L('7')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'7'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:568:68: note: in expansion of macro ‘L’
568 | if(L('0') <= tstr[i] && tstr[i] <= L('7')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:570:59: note: in expansion of macro ‘L’
570 | ui64 += tstr[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'x'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:576:22: note: in expansion of macro ‘L’
576 | case L('x'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:578:36: note: in expansion of macro ‘L’
578 | if(L('0') <= tstr[i] && tstr[i] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:578:68: note: in expansion of macro ‘L’
578 | if(L('0') <= tstr[i] && tstr[i] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:580:59: note: in expansion of macro ‘L’
580 | ui64 += tstr[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'A'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:581:42: note: in expansion of macro ‘L’
581 | }else if(L('A') <= tstr[i] && tstr[i] <= L('F')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'F'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:581:74: note: in expansion of macro ‘L’
581 | }else if(L('A') <= tstr[i] && tstr[i] <= L('F')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'A'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:583:59: note: in expansion of macro ‘L’
583 | ui64 += tstr[i] - L('A') + 10;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:584:42: note: in expansion of macro ‘L’
584 | }else if(L('a') <= tstr[i] && tstr[i] <= L('f')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'f'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:584:74: note: in expansion of macro ‘L’
584 | }else if(L('a') <= tstr[i] && tstr[i] <= L('f')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'a'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:586:59: note: in expansion of macro ‘L’
586 | ui64 += tstr[i] - L('a') + 10;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'.'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:602:53: note: in expansion of macro ‘L’
602 | || src.source[src.sst.i] != L('.')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'.'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:603:57: note: in expansion of macro ‘L’
603 | || src.source[src.sst.i + 1] == L('.'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:606:54: note: in expansion of macro ‘L’
606 | if (src.source[src.sst.t] == L('0')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Identifiers starting with numbers cannot be used."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:621:55: note: in expansion of macro ‘L’
621 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:627:45: note: in expansion of macro ‘L’
627 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:627:89: note: in expansion of macro ‘L’
627 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:629:73: note: in expansion of macro ‘L’
629 | ui64 += src.source[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Identifiers starting with numbers cannot be used."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:632:63: note: in expansion of macro ‘L’
632 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:645:29: note: in expansion of macro ‘L’
645 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:645:73: note: in expansion of macro ‘L’
645 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:647:56: note: in expansion of macro ‘L’
647 | f64 += src.source[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Identifiers starting with numbers cannot be used."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:650:47: note: in expansion of macro ‘L’
650 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'0' required after decimal point."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:656:39: note: in expansion of macro ‘L’
656 | src.addErrMes(L("'0' required after decimal point."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:661:60: note: in expansion of macro ‘L’
661 | baisei += (double)(src.source[i] - L('0'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'E'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:665:46: note: in expansion of macro ‘L’
665 | if (src.source[src.sst.i] != L('E')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'e'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:666:53: note: in expansion of macro ‘L’
666 | && src.source[src.sst.i] != L('e')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'-'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:674:54: note: in expansion of macro ‘L’
674 | if (src.source[src.sst.i] == L('-')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:680:64: note: in expansion of macro ‘L’
680 | f64 += src.source[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'+'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:689:62: note: in expansion of macro ‘L’
689 | if (src.source[src.sst.i] == L('+')) src.sst.i++;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:694:64: note: in expansion of macro ‘L’
694 | f64 += src.source[i] - L('0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:883:41: note: in expansion of macro ‘L’
883 | (fi = GetFuncId(L("break"), false)) < 0
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1035:33: note: in expansion of macro ‘L’
1035 | if(myname[0] == L('\0')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'!'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1039:43: note: in expansion of macro ‘L’
1039 | if(name.back() != L('!')) name += L(',');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "','" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1039:59: note: in expansion of macro ‘L’
1039 | if(name.back() != L('!')) name += L(',');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'!'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1049:33: note: in expansion of macro ‘L’
1049 | name += L('!');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""byte"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1056:50: note: in expansion of macro ‘L’
1056 | PluginUtil::wstrToRef(r, L("byte"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ubyte"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1059:50: note: in expansion of macro ‘L’
1059 | PluginUtil::wstrToRef(r, L("ubyte"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""short"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1062:50: note: in expansion of macro ‘L’
1062 | PluginUtil::wstrToRef(r, L("short"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ushort"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1065:50: note: in expansion of macro ‘L’
1065 | PluginUtil::wstrToRef(r, L("ushort"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""int"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1068:50: note: in expansion of macro ‘L’
1068 | PluginUtil::wstrToRef(r, L("int"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""uint"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1071:50: note: in expansion of macro ‘L’
1071 | PluginUtil::wstrToRef(r, L("uint"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""long"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1074:50: note: in expansion of macro ‘L’
1074 | PluginUtil::wstrToRef(r, L("long"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ulong"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1077:50: note: in expansion of macro ‘L’
1077 | PluginUtil::wstrToRef(r, L("ulong"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""float"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1080:50: note: in expansion of macro ‘L’
1080 | PluginUtil::wstrToRef(r, L("float"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""double"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1083:50: note: in expansion of macro ‘L’
1083 | PluginUtil::wstrToRef(r, L("double"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""char"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1086:50: note: in expansion of macro ‘L’
1086 | PluginUtil::wstrToRef(r, L("char"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""bool"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1089:50: note: in expansion of macro ‘L’
1089 | PluginUtil::wstrToRef(r, L("bool"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""index"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1092:50: note: in expansion of macro ‘L’
1092 | PluginUtil::wstrToRef(r, L("index"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""func"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1095:50: note: in expansion of macro ‘L’
1095 | PluginUtil::wstrToRef(r, L("func"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""method"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1098:50: note: in expansion of macro ‘L’
1098 | PluginUtil::wstrToRef(r, L("method"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""~"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1101:50: note: in expansion of macro ‘L’
1101 | PluginUtil::wstrToRef(r, L("~"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""^"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1104:50: note: in expansion of macro ‘L’
1104 | PluginUtil::wstrToRef(r, L("^"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""%"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1107:50: note: in expansion of macro ‘L’
1107 | PluginUtil::wstrToRef(r, L("%"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""ref"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1110:50: note: in expansion of macro ‘L’
1110 | PluginUtil::wstrToRef(r, L("ref"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""list"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1113:50: note: in expansion of macro ‘L’
1113 | PluginUtil::wstrToRef(r, L("list"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""void"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1116:50: note: in expansion of macro ‘L’
1116 | PluginUtil::wstrToRef(r, L("void"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""$"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1119:50: note: in expansion of macro ‘L’
1119 | PluginUtil::wstrToRef(r, L("$"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""thread!"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1126:55: note: in expansion of macro ‘L’
1126 | tmp = L("thread!");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'?'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1129:64: note: in expansion of macro ‘L’
1129 | tmp += L('?');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'?'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1133:56: note: in expansion of macro ‘L’
1133 | tmp += L('?');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<UNKNOWN>"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1135:55: note: in expansion of macro ‘L’
1135 | tmp = L("<UNKNOWN>");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'&'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1140:55: note: in expansion of macro ‘L’
1140 | tmp = L('&');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'?'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1143:64: note: in expansion of macro ‘L’
1143 | tmp += L('?');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'|'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1149:55: note: in expansion of macro ‘L’
1149 | tmp = L('|');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'?'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1160:72: note: in expansion of macro ‘L’
1160 | tmp += L('?');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""<UNKNOWN>"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1170:47: note: in expansion of macro ‘L’
1170 | tmp = L("<UNKNOWN>");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1216:84: note: in expansion of macro ‘L’
1216 | filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1221:76: note: in expansion of macro ‘L’
1221 | filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1227:76: note: in expansion of macro ‘L’
1227 | filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1237:79: note: in expansion of macro ‘L’
1237 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1261:79: note: in expansion of macro ‘L’
1261 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1267:71: note: in expansion of macro ‘L’
1267 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1301:63: note: in expansion of macro ‘L’
1301 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""A function that uses global variables that may not have been initialized."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1378:41: note: in expansion of macro ‘L’
1378 | L("A function that uses global variables that may not have been initialized."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""A function that uses member variables may not be initialized."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1398:49: note: in expansion of macro ‘L’
1398 | L("A function that uses member variables may not be initialized."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""root cannot be made into a function pointer."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1413:39: note: in expansion of macro ‘L’
1413 | src.addErrMes(L("root cannot be made into a function pointer."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Cannot be converted into a function pointer because the signature has not been determined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1418:33: note: in expansion of macro ‘L’
1418 | L("Cannot be converted into a function pointer because the signature has not been determined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1864:47: note: in expansion of macro ‘L’
1864 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' not found in member constant."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1866:48: note: in expansion of macro ‘L’
1866 | tmp += L("' not found in member constant.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1884:47: note: in expansion of macro ‘L’
1884 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' not found."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1886:48: note: in expansion of macro ‘L’
1886 | tmp += L("' not found.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1894:39: note: in expansion of macro ‘L’
1894 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1928:55: note: in expansion of macro ‘L’
1928 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'*' cannot be used as an argument."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1937:47: note: in expansion of macro ‘L’
1937 | src.addErrMes(L("'*' cannot be used as an argument."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'=' is invalid."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1952:55: note: in expansion of macro ‘L’
1952 | src.addErrMes(L("'=' is invalid."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""="" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1956:90: note: in expansion of macro ‘L’
1956 | if(type.back() == ~DAINYUU_TOKEN) return gaarimasen(src, L("="));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Anonymous functions cannot be passed by reference."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1966:47: note: in expansion of macro ‘L’
1966 | src.addErrMes(L("Anonymous functions cannot be passed by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Thread type cannot be passed by value."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1973:47: note: in expansion of macro ‘L’
1973 | src.addErrMes(L("Thread type cannot be passed by value."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Globally anonymous functions cannot be defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1994:39: note: in expansion of macro ‘L’
1994 | src.addErrMes(L("Globally anonymous functions cannot be defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a strange error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2000:39: note: in expansion of macro ‘L’
2000 | src.addErrMes(L("This is a strange error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2023:47: note: in expansion of macro ‘L’
2023 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too few arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2036:55: note: in expansion of macro ‘L’
2036 | src.addErrMes(L("Too few arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too many arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2054:47: note: in expansion of macro ‘L’
2054 | src.addErrMes(L("Too many arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'*' cannot be used as the return value of an anonymous function."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2107:47: note: in expansion of macro ‘L’
2107 | src.addErrMes(L("'*' cannot be used as the return value of an anonymous function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is no longer possible to allocate additional literal space for arrays."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2132:39: note: in expansion of macro ‘L’
2132 | src.addErrMes(L("It is no longer possible to allocate additional literal space for arrays."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2145:47: note: in expansion of macro ‘L’
2145 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is no longer possible to allocate additional string literal space."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2202:39: note: in expansion of macro ‘L’
2202 | src.addErrMes(L("It is no longer possible to allocate additional string literal space."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Invalid casting."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2233:47: note: in expansion of macro ‘L’
2233 | src.addErrMes(L("Invalid casting."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""` cannot be used here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2264:47: note: in expansion of macro ‘L’
2264 | src.addErrMes(L("` cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2270:41: note: in expansion of macro ‘L’
2270 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2271:69: note: in expansion of macro ‘L’
2271 | && src.source[src.sst.t] <= L('9'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2291:41: note: in expansion of macro ‘L’
2291 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2292:69: note: in expansion of macro ‘L’
2292 | && src.source[src.sst.t] <= L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2309:28: note: in expansion of macro ‘L’
2309 | if(L('0') <= src.source[src.sst.t] && src.source[src.sst.t] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2309:88: note: in expansion of macro ‘L’
2309 | if(L('0') <= src.source[src.sst.t] && src.source[src.sst.t] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""lib types have no values."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2341:71: note: in expansion of macro ‘L’
2341 | src.addErrMes(L("lib types have no values."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2346:65: note: in expansion of macro ‘L’
2346 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2347:93: note: in expansion of macro ‘L’
2347 | && src.source[src.sst.t] <= L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You are trying to use something other than a constant in a constant expression."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2371:57: note: in expansion of macro ‘L’
2371 | L("You are trying to use something other than a constant in a constant expression."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Can't ask for size."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2424:55: note: in expansion of macro ‘L’
2424 | src.addErrMes(L("Can't ask for size."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not asked for type ID"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2455:55: note: in expansion of macro ‘L’
2455 | src.addErrMes(L("Not asked for type ID"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Empty parentheses."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2490:47: note: in expansion of macro ‘L’
2490 | src.addErrMes(L("Empty parentheses."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Cannot be cast to this type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2553:73: note: in expansion of macro ‘L’
2553 | L("Cannot be cast to this type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""',' is not allowed."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2566:55: note: in expansion of macro ‘L’
2566 | src.addErrMes(L("',' is not allowed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'!' cannot be used with floating point types."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2614:55: note: in expansion of macro ‘L’
2614 | src.addErrMes(L("'!' cannot be used with floating point types."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'!' cannot be used with floating point types."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2621:55: note: in expansion of macro ‘L’
2621 | src.addErrMes(L("'!' cannot be used with floating point types."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""A sign cannot be attached to bool type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2634:55: note: in expansion of macro ‘L’
2634 | src.addErrMes(L("A sign cannot be attached to bool type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Strange error"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2643:63: note: in expansion of macro ‘L’
2643 | src.addErrMes(L("Strange error"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Strange error"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2768:55: note: in expansion of macro ‘L’
2768 | src.addErrMes(L("Strange error"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Size is 0."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2776:55: note: in expansion of macro ‘L’
2776 | src.addErrMes(L("Size is 0."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "",' is not allowed."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2796:71: note: in expansion of macro ‘L’
2796 | src.addErrMes(L(",' is not allowed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2804:71: note: in expansion of macro ‘L’
2804 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Constant error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2844:55: note: in expansion of macro ‘L’
2844 | src.addErrMes(L("Constant error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3341:63: note: in expansion of macro ‘L’
3341 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "":"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3360:80: note: in expansion of macro ‘L’
3360 | return gaarimasen(src, L(":"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "":"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3391:80: note: in expansion of macro ‘L’
3391 | return gaarimasen(src, L(":"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Constant error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3421:63: note: in expansion of macro ‘L’
3421 | src.addErrMes(L("Constant error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Root cannot be called."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3522:63: note: in expansion of macro ‘L’
3522 | src.addErrMes(L("Root cannot be called."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This function cannot be called."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3530:63: note: in expansion of macro ‘L’
3530 | src.addErrMes(L("This function cannot be called."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3550:47: note: in expansion of macro ‘L’
3550 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' not found in member constant."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3552:48: note: in expansion of macro ‘L’
3552 | tmp += L("' not found in member constant.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3570:47: note: in expansion of macro ‘L’
3570 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' not found."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3572:48: note: in expansion of macro ‘L’
3572 | tmp += L("' not found.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3580:39: note: in expansion of macro ‘L’
3580 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3593:47: note: in expansion of macro ‘L’
3593 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3602:61: note: in expansion of macro ‘L’
3602 | ->GetFuncId(L("default"), true);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3604:55: note: in expansion of macro ‘L’
3604 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""new"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3612:61: note: in expansion of macro ‘L’
3612 | ->GetFuncId(L("new"), true)) < 0)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3614:55: note: in expansion of macro ‘L’
3614 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3622:61: note: in expansion of macro ‘L’
3622 | ->GetFuncId(L("break"), true)) < 0)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3624:55: note: in expansion of macro ‘L’
3624 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""delete"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3632:61: note: in expansion of macro ‘L’
3632 | ->GetFuncId(L("delete"), true)) < 0)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3634:55: note: in expansion of macro ‘L’
3634 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'typesize' error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3668:47: note: in expansion of macro ‘L’
3668 | src.addErrMes(L("'typesize' error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'typeid' error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3675:47: note: in expansion of macro ‘L’
3675 | src.addErrMes(L("'typeid' error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'cast' error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3682:47: note: in expansion of macro ‘L’
3682 | src.addErrMes(L("'cast' error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'method' error"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3698:47: note: in expansion of macro ‘L’
3698 | src.addErrMes(L("'method' error"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""No signature."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3709:55: note: in expansion of macro ‘L’
3709 | src.addErrMes(L("No signature."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3717:41: note: in expansion of macro ‘L’
3717 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3718:69: note: in expansion of macro ‘L’
3718 | && src.source[src.sst.t] <= L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""The method name is invalid."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3720:47: note: in expansion of macro ‘L’
3720 | src.addErrMes(L("The method name is invalid."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3758:53: note: in expansion of macro ‘L’
3758 | && (src.source[src.sst.t] < L('0') || src.source[src.sst.t] > L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3758:87: note: in expansion of macro ‘L’
3758 | && (src.source[src.sst.t] < L('0') || src.source[src.sst.t] > L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3783:22: note: in expansion of macro ‘L’
3783 | case L('\''):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\\'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3785:22: note: in expansion of macro ‘L’
3785 | case L('\\'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3789:37: note: in expansion of macro ‘L’
3789 | if(src.GetChar() != L('\'')) return koubuneraadesu(src);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is some kind of error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3889:71: note: in expansion of macro ‘L’
3889 | src.addErrMes(L("This is some kind of error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It's not a reference type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3937:71: note: in expansion of macro ‘L’
3937 | src.addErrMes(L("It's not a reference type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3971:49: note: in expansion of macro ‘L’
3971 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3972:77: note: in expansion of macro ‘L’
3972 | && src.source[src.sst.t] <= L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'.' is not allowed."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4004:55: note: in expansion of macro ‘L’
4004 | src.addErrMes(L("'.' is not allowed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""` cannot be used here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4100:47: note: in expansion of macro ‘L’
4100 | src.addErrMes(L("` cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4106:41: note: in expansion of macro ‘L’
4106 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4107:69: note: in expansion of macro ‘L’
4107 | && src.source[src.sst.t] <= L('9'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot refer to anything other than the class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4121:55: note: in expansion of macro ‘L’
4121 | src.addErrMes(L("You cannot refer to anything other than the class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4136:41: note: in expansion of macro ‘L’
4136 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4137:69: note: in expansion of macro ‘L’
4137 | && src.source[src.sst.t] <= L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Empty parentheses."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4212:47: note: in expansion of macro ‘L’
4212 | src.addErrMes(L("Empty parentheses."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Cannot be cast to this type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4244:55: note: in expansion of macro ‘L’
4244 | src.addErrMes(L("Cannot be cast to this type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4298:29: note: in expansion of macro ‘L’
4298 | if (L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4299:61: note: in expansion of macro ‘L’
4299 | && src.source[src.sst.t] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""(:"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4347:80: note: in expansion of macro ‘L’
4347 | return gaarimasen(src, L("(:"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is possible to use uninitialized global variables."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4365:73: note: in expansion of macro ‘L’
4365 | L("It is possible to use uninitialized global variables."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is possible to use member variables before initialization."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4378:73: note: in expansion of macro ‘L’
4378 | L("It is possible to use member variables before initialization."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4390:63: note: in expansion of macro ‘L’
4390 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' is private."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4392:64: note: in expansion of macro ‘L’
4392 | tmp += L("' is private.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""The '..' operator only appears within '[ ]'."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4554:63: note: in expansion of macro ‘L’
4554 | src.addErrMes(L("The '..' operator only appears within '[ ]'."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "":"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4602:80: note: in expansion of macro ‘L’
4602 | return gaarimasen(src, L(":"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4616:71: note: in expansion of macro ‘L’
4616 | if(kin != COMMA_TOKEN) return gaarimasen(src, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""type is not a type"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4691:55: note: in expansion of macro ‘L’
4691 | src.addErrMes(L("type is not a type"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4698:39: note: in expansion of macro ‘L’
4698 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It cannot be defined as a constant."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4713:47: note: in expansion of macro ‘L’
4713 | src.addErrMes(L("It cannot be defined as a constant."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4718:39: note: in expansion of macro ‘L’
4718 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'`' cannot be used here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4803:47: note: in expansion of macro ‘L’
4803 | src.addErrMes(L("'`' cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4843:55: note: in expansion of macro ‘L’
4843 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4878:47: note: in expansion of macro ‘L’
4878 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Cannot be constant."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4886:47: note: in expansion of macro ‘L’
4886 | src.addErrMes(L("Cannot be constant."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4890:47: note: in expansion of macro ‘L’
4890 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is no constant list type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4898:47: note: in expansion of macro ‘L’
4898 | src.addErrMes(L("There is no constant list type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4903:47: note: in expansion of macro ‘L’
4903 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Function pointers cannot be newed directly."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4912:47: note: in expansion of macro ‘L’
4912 | src.addErrMes(L("Function pointers cannot be newed directly."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""list type cannot be made read-only."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4917:63: note: in expansion of macro ‘L’
4917 | src.addErrMes(L("list type cannot be made read-only."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4934:47: note: in expansion of macro ‘L’
4934 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4950:47: note: in expansion of macro ‘L’
4950 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4958:47: note: in expansion of macro ‘L’
4958 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""No signature."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4971:55: note: in expansion of macro ‘L’
4971 | src.addErrMes(L("No signature."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4978:47: note: in expansion of macro ‘L’
4978 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""No signature."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4994:55: note: in expansion of macro ‘L’
4994 | src.addErrMes(L("No signature."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5001:47: note: in expansion of macro ‘L’
5001 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is no constant thread type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5005:47: note: in expansion of macro ‘L’
5005 | src.addErrMes(L("There is no constant thread type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not a global function."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5019:55: note: in expansion of macro ‘L’
5019 | src.addErrMes(L("Not a global function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5100:71: note: in expansion of macro ‘L’
5100 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is no constant list type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5111:81: note: in expansion of macro ‘L’
5111 | L("There is no constant list type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5115:87: note: in expansion of macro ‘L’
5115 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5132:79: note: in expansion of macro ‘L’
5132 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5164:71: note: in expansion of macro ‘L’
5164 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It cannot be a constant."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5168:71: note: in expansion of macro ‘L’
5168 | src.addErrMes(L("It cannot be a constant."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5215:71: note: in expansion of macro ‘L’
5215 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is no constant thread type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5219:71: note: in expansion of macro ‘L’
5219 | src.addErrMes(L("There is no constant thread type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5258:47: note: in expansion of macro ‘L’
5258 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not a lib type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5269:55: note: in expansion of macro ‘L’
5269 | src.addErrMes(L("Not a lib type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5276:39: note: in expansion of macro ‘L’
5276 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'>'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5291:42: note: in expansion of macro ‘L’
5291 | src.Find(L('>'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""File name is empty."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5299:47: note: in expansion of macro ‘L’
5299 | src.addErrMes(L("File name is empty."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""lib/"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5308:81: note: in expansion of macro ‘L’
5308 | ? (path=stat->ss->exedir, path+=L("lib/"))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Failed to convert to absolute path."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5311:55: note: in expansion of macro ‘L’
5311 | src.addErrMes(L("Failed to convert to absolute path."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Circular references to libraries are not possible."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5340:73: note: in expansion of macro ‘L’
5340 | L("Circular references to libraries are not possible."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and """" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5357:63: note: in expansion of macro ‘L’
5357 | src.addErrMes(L(""));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""` cannot be used here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5372:47: note: in expansion of macro ‘L’
5372 | src.addErrMes(L("` cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5424:55: note: in expansion of macro ‘L’
5424 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' not found."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5426:56: note: in expansion of macro ‘L’
5426 | tmp += L("' not found.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5432:55: note: in expansion of macro ‘L’
5432 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' is not a library."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5434:56: note: in expansion of macro ‘L’
5434 | tmp += L("' is not a library.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'/'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5466:55: note: in expansion of macro ‘L’
5466 | name.size() > 0 && name[0] != L('/')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'"'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5495:42: note: in expansion of macro ‘L’
5495 | src.Find(L('"'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5514:22: note: in expansion of macro ‘L’
5514 | case L('0'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5515:30: note: in expansion of macro ‘L’
5515 | wc = L('\0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5517:22: note: in expansion of macro ‘L’
5517 | case L('t'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\t'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5518:30: note: in expansion of macro ‘L’
5518 | wc = L('\t');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5520:22: note: in expansion of macro ‘L’
5520 | case L('r'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\r'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5521:30: note: in expansion of macro ‘L’
5521 | wc = L('\r');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5523:22: note: in expansion of macro ‘L’
5523 | case L('n'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\n'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5524:30: note: in expansion of macro ‘L’
5524 | wc = L('\n');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\\'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5526:22: note: in expansion of macro ‘L’
5526 | case L('\\'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\\'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5527:30: note: in expansion of macro ‘L’
5527 | wc = L('\\');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5529:22: note: in expansion of macro ‘L’
5529 | case L('\''):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5530:30: note: in expansion of macro ‘L’
5530 | wc = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'"'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5532:22: note: in expansion of macro ‘L’
5532 | case L('"'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'"'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5533:30: note: in expansion of macro ‘L’
5533 | wc = L('"');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'b'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5535:22: note: in expansion of macro ‘L’
5535 | case L('b'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'d'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5536:22: note: in expansion of macro ‘L’
5536 | case L('d'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'o'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5537:22: note: in expansion of macro ‘L’
5537 | case L('o'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'x'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5538:22: note: in expansion of macro ‘L’
5538 | case L('x'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5558:33: note: in expansion of macro ‘L’
5558 | if(myname[0] != L('\0')) return this;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'`' is a syntax error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5591:55: note: in expansion of macro ‘L’
5591 | src.addErrMes(L("'`' is a syntax error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'self' is a syntax error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5599:55: note: in expansion of macro ‘L’
5599 | src.addErrMes(L("'self' is a syntax error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5616:71: note: in expansion of macro ‘L’
5616 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not public."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5653:71: note: in expansion of macro ‘L’
5653 | src.addErrMes(L("Not public."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5662:47: note: in expansion of macro ‘L’
5662 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' is not defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5664:48: note: in expansion of macro ‘L’
5664 | tmp += L("' is not defined.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""?"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5697:73: note: in expansion of macro ‘L’
5697 | gaarimasen(src, L("?"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is an enumerated type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5709:79: note: in expansion of macro ‘L’
5709 | src.addErrMes(L("It is an enumerated type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5723:71: note: in expansion of macro ‘L’
5723 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It's not a template function."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5727:71: note: in expansion of macro ‘L’
5727 | src.addErrMes(L("It's not a template function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too many template arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5734:73: note: in expansion of macro ‘L’
5734 | L("Too many template arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5752:67: note: in expansion of macro ‘L’
5752 | name[0] = L('\0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5765:79: note: in expansion of macro ‘L’
5765 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5770:79: note: in expansion of macro ‘L’
5770 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Missing template arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5807:71: note: in expansion of macro ‘L’
5807 | src.addErrMes(L("Missing template arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is an enumerated type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5862:71: note: in expansion of macro ‘L’
5862 | src.addErrMes(L("It is an enumerated type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5880:71: note: in expansion of macro ‘L’
5880 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It's private."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5889:87: note: in expansion of macro ‘L’
5889 | src.addErrMes(L("It's private."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""The number of template arguments does not match."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5922:65: note: in expansion of macro ‘L’
5922 | L("The number of template arguments does not match."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Missing template argument."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5936:71: note: in expansion of macro ‘L’
5936 | src.addErrMes(L("Missing template argument."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is not a transparent function."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5948:71: note: in expansion of macro ‘L’
5948 | src.addErrMes(L("It is not a transparent function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It's private."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5957:87: note: in expansion of macro ‘L’
5957 | src.addErrMes(L("It's private."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Missing template argument."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5973:71: note: in expansion of macro ‘L’
5973 | src.addErrMes(L("Missing template argument."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is an enumerated type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5979:87: note: in expansion of macro ‘L’
5979 | src.addErrMes(L("It is an enumerated type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It's not a class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5993:79: note: in expansion of macro ‘L’
5993 | src.addErrMes(L("It's not a class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It's private."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6003:95: note: in expansion of macro ‘L’
6003 | src.addErrMes(L("It's private."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Missing template argument."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6060:71: note: in expansion of macro ‘L’
6060 | src.addErrMes(L("Missing template argument."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6069:71: note: in expansion of macro ‘L’
6069 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Not public."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6081:87: note: in expansion of macro ‘L’
6081 | src.addErrMes(L("Not public."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6108:24: note: in expansion of macro ‘L’
6108 | name = L("default");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6124:24: note: in expansion of macro ‘L’
6124 | name = L("break");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6174:41: note: in expansion of macro ‘L’
6174 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6261:36: note: in expansion of macro ‘L’
6261 | if((fi = GetFuncId(L("default"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6291:81: note: in expansion of macro ‘L’
6291 | (fi = stat->funclist.Get(fi)->GetFuncId(L("default"), false))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""new"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6304:36: note: in expansion of macro ‘L’
6304 | if((fi = GetFuncId(L("new"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6330:36: note: in expansion of macro ‘L’
6330 | if((fi = GetFuncId(L("break"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""delete"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6343:36: note: in expansion of macro ‘L’
6343 | if((fi = GetFuncId(L("delete"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6377:81: note: in expansion of macro ‘L’
6377 | (fi = stat->funclist.Get(fi)->GetFuncId(L("break"), false))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Decorators cannot be added to function definitions with signatures."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6425:41: note: in expansion of macro ‘L’
6425 | L("Decorators cannot be added to function definitions with signatures."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6433:49: note: in expansion of macro ‘L’
6433 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too few arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6441:57: note: in expansion of macro ‘L’
6441 | srce->addErrMes(L("Too few arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too many arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6452:49: note: in expansion of macro ‘L’
6452 | srce->addErrMes(L("Too many arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is already used as a transparency function."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6494:49: note: in expansion of macro ‘L’
6494 | srce->addErrMes(L("It is already used as a transparency function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Invalid return type."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6535:39: note: in expansion of macro ‘L’
6535 | src.addErrMes(L("Invalid return type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6660:41: note: in expansion of macro ‘L’
6660 | srce->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""new"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6663:37: note: in expansion of macro ‘L’
6663 | auto ci = GetFuncId(L("new"), true);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a strange error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6665:41: note: in expansion of macro ‘L’
6665 | srce->addErrMes(L("This is a strange error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Core can only be defined within a class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6728:41: note: in expansion of macro ‘L’
6728 | srce->addErrMes(L("Core can only be defined within a class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It cannot be defined here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6732:41: note: in expansion of macro ‘L’
6732 | srce->addErrMes(L("It cannot be defined here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""After ret is issued in global, define public global variable."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6751:49: note: in expansion of macro ‘L’
6751 | L("After ret is issued in global, define public global variable.")
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6752:49: note: in expansion of macro ‘L’
6752 | L("You cannot."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6784:73: note: in expansion of macro ‘L’
6784 | srce->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Constant value not specified."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6806:65: note: in expansion of macro ‘L’
6806 | srce->addErrMes(L("Constant value not specified."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Constant value not specified."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6812:65: note: in expansion of macro ‘L’
6812 | srce->addErrMes(L("Constant value not specified."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6817:66: note: in expansion of macro ‘L’
6817 | return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""After ret is issued in global, define public global variable."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6830:49: note: in expansion of macro ‘L’
6830 | L("After ret is issued in global, define public global variable.")
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6831:49: note: in expansion of macro ‘L’
6831 | L("You cannot."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6866:66: note: in expansion of macro ‘L’
6866 | return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""After ret is issued in global, define public global variable."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6878:49: note: in expansion of macro ‘L’
6878 | L("After ret is issued in global, define public global variable.")
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6879:49: note: in expansion of macro ‘L’
6879 | L("You cannot."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6895:57: note: in expansion of macro ‘L’
6895 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6919:66: note: in expansion of macro ‘L’
6919 | return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Anonymous functions cannot be defined as class members."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6940:49: note: in expansion of macro ‘L’
6940 | srce->addErrMes(L("Anonymous functions cannot be defined as class members."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Globally anonymous functions cannot be defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6944:49: note: in expansion of macro ‘L’
6944 | srce->addErrMes(L("Globally anonymous functions cannot be defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""No plugin file was specified."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6966:49: note: in expansion of macro ‘L’
6966 | L("No plugin file was specified."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Failed to load plugin."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6979:57: note: in expansion of macro ‘L’
6979 | srce->addErrMes(L("Failed to load plugin."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Enums cannot be defined in subblocks."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6999:57: note: in expansion of macro ‘L’
6999 | srce->addErrMes(L("Enums cannot be defined in subblocks."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Decorators cannot be attached to enumerated types."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7003:57: note: in expansion of macro ‘L’
7003 | srce->addErrMes(L("Decorators cannot be attached to enumerated types."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7039:73: note: in expansion of macro ‘L’
7039 | srce->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Classes cannot be defined inside subblocks."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7072:57: note: in expansion of macro ‘L’
7072 | srce->addErrMes(L("Classes cannot be defined inside subblocks."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot define a class with const."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7076:57: note: in expansion of macro ‘L’
7076 | srce->addErrMes(L("You cannot define a class with const."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Cannot define class with '/'."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7080:57: note: in expansion of macro ‘L’
7080 | srce->addErrMes(L("Cannot define class with '/'."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Cannot define class in core."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7084:57: note: in expansion of macro ‘L’
7084 | srce->addErrMes(L("Cannot define class in core."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7093:57: note: in expansion of macro ‘L’
7093 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""An attempt was made to redefine self within a class definition."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7102:57: note: in expansion of macro ‘L’
7102 | L("An attempt was made to redefine self within a class definition."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is already in public use."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7110:65: note: in expansion of macro ‘L’
7110 | L("It is already in public use."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""After ret is issued in global, make public global class"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7126:57: note: in expansion of macro ‘L’
7126 | L("After ret is issued in global, make public global class")
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""cannot be defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7127:57: note: in expansion of macro ‘L’
7127 | L("cannot be defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'"'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7151:68: note: in expansion of macro ‘L’
7151 | srce->Find(L('"'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\\'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7155:89: note: in expansion of macro ‘L’
7155 | if(srce->source[srce->sst.i] == L('\\')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7158:68: note: in expansion of macro ‘L’
7158 | srce->Find(L('\''));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'}' is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7166:65: note: in expansion of macro ‘L’
7166 | srce->addErrMes(L("'}' is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You tried to use a class that is not defined or '{' is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7177:57: note: in expansion of macro ‘L’
7177 | L("You tried to use a class that is not defined or '{' is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""After ret is issued globally, define the public global variable."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7203:57: note: in expansion of macro ‘L’
7203 | L("After ret is issued globally, define the public global variable.")
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""cannot be justified."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7204:57: note: in expansion of macro ‘L’
7204 | L("cannot be justified."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Cannot create constant class object."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7209:57: note: in expansion of macro ‘L’
7209 | srce->addErrMes(L("Cannot create constant class object."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7216:57: note: in expansion of macro ‘L’
7216 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7242:74: note: in expansion of macro ‘L’
7242 | return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""No type specified."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7256:57: note: in expansion of macro ‘L’
7256 | srce->addErrMes(L("No type specified."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7271:66: note: in expansion of macro ‘L’
7271 | return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""No library specified."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7284:57: note: in expansion of macro ‘L’
7284 | srce->addErrMes(L("No library specified."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7299:66: note: in expansion of macro ‘L’
7299 | return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7311:41: note: in expansion of macro ‘L’
7311 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Functions cannot be defined inside subblocks."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7318:49: note: in expansion of macro ‘L’
7318 | srce->addErrMes(L("Functions cannot be defined inside subblocks."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot define a function with const."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7322:49: note: in expansion of macro ‘L’
7322 | srce->addErrMes(L("You cannot define a function with const."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Already defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7332:49: note: in expansion of macro ‘L’
7332 | srce->addErrMes(L("Already defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7340:49: note: in expansion of macro ‘L’
7340 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""An attempt was made to redefine self within the definition of a function."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7349:49: note: in expansion of macro ‘L’
7349 | L("An attempt was made to redefine self within the definition of a function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is already in public use."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7357:57: note: in expansion of macro ‘L’
7357 | L("It is already in public use."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Global/functions cannot be defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7364:57: note: in expansion of macro ‘L’
7364 | srce->addErrMes(L("Global/functions cannot be defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""After ret is issued globally, open the public global function"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7378:57: note: in expansion of macro ‘L’
7378 | L("After ret is issued globally, open the public global function")
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""cannot be defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7379:57: note: in expansion of macro ‘L’
7379 | L("cannot be defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "")"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7413:80: note: in expansion of macro ‘L’
7413 | if(kin <= NULL_TOKEN) return gaarimasen(*srce, L(")"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""{"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7426:89: note: in expansion of macro ‘L’
7426 | if(kin != CHUUKAKKOOPEN_TOKEN) return gaarimasen(*srce, L("{"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'"'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7437:60: note: in expansion of macro ‘L’
7437 | srce->Find(L('"'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\\'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7441:81: note: in expansion of macro ‘L’
7441 | if(srce->source[srce->sst.i] == L('\\')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7444:60: note: in expansion of macro ‘L’
7444 | srce->Find(L('\''));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""'}' is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7452:57: note: in expansion of macro ‘L’
7452 | srce->addErrMes(L("'}' is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""After ret is issued in global, it is necessary to define public global variables."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7478:41: note: in expansion of macro ‘L’
7478 | L("After ret is issued in global, it is necessary to define public global variables.")
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is not possible."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7479:41: note: in expansion of macro ‘L’
7479 | L("It is not possible."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7495:57: note: in expansion of macro ‘L’
7495 | srce->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7526:59: note: in expansion of macro ‘L’
7526 | if(!cst) return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""No value specified."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7530:49: note: in expansion of macro ‘L’
7530 | srce->addErrMes(L("No value specified."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot stack more than one decorator."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7559:57: note: in expansion of macro ‘L’
7559 | L("You cannot stack more than one decorator."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It cannot be a constant."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7577:57: note: in expansion of macro ‘L’
7577 | srce->addErrMes(L("It cannot be a constant."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Core is just a class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7600:57: note: in expansion of macro ‘L’
7600 | srce->addErrMes(L("Core is just a class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Core is just a class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7606:57: note: in expansion of macro ‘L’
7606 | srce->addErrMes(L("Core is just a class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Decorators cannot be attached."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7617:57: note: in expansion of macro ‘L’
7617 | srce->addErrMes(L("Decorators cannot be attached."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7627:41: note: in expansion of macro ‘L’
7627 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It cannot be defined here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7704:41: note: in expansion of macro ‘L’
7704 | srce->addErrMes(L("It cannot be defined here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7708:41: note: in expansion of macro ‘L’
7708 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot write if here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7711:41: note: in expansion of macro ‘L’
7711 | srce->addErrMes(L("You cannot write if here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot write a label here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7717:41: note: in expansion of macro ‘L’
7717 | srce->addErrMes(L("You cannot write a label here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot write a label here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7729:57: note: in expansion of macro ‘L’
7729 | srce->addErrMes(L("You cannot write a label here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Blocks cannot be written here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7747:41: note: in expansion of macro ‘L’
7747 | srce->addErrMes(L("Blocks cannot be written here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Only the definition is written in the class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7756:41: note: in expansion of macro ‘L’
7756 | srce->addErrMes(L("Only the definition is written in the class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You can't do that here."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7764:41: note: in expansion of macro ‘L’
7764 | srce->addErrMes(L("You can't do that here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "",' is not allowed."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7775:41: note: in expansion of macro ‘L’
7775 | srce->addErrMes(L(",' is not allowed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Must be in class."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7874:49: note: in expansion of macro ‘L’
7874 | srce->addErrMes(L("Must be in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a strange error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7882:57: note: in expansion of macro ‘L’
7882 | srce->addErrMes(L("This is a strange error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Already defined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7887:57: note: in expansion of macro ‘L’
7887 | srce->addErrMes(L("Already defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Return is not possible within break."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7939:49: note: in expansion of macro ‘L’
7939 | srce->addErrMes(L("Return is not possible within break."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot return before a case or default appears."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7952:49: note: in expansion of macro ‘L’
7952 | L("You cannot return before a case or default appears."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a strange error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8042:49: note: in expansion of macro ‘L’
8042 | srce->addErrMes(L("This is a strange error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a strange error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8060:49: note: in expansion of macro ‘L’
8060 | srce->addErrMes(L("This is a strange error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'<'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8170:58: note: in expansion of macro ‘L’
8170 | if (srce->source[srce->sst.i] == L('<')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "";"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8377:92: note: in expansion of macro ‘L’
8377 | if(ki != SEMICOLON_TOKEN) return gaarimasen(*srce, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a strange error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8390:49: note: in expansion of macro ‘L’
8390 | srce->addErrMes(L("This is a strange error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\''" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8400:39: note: in expansion of macro ‘L’
8400 | str = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""' is not allowed"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8402:40: note: in expansion of macro ‘L’
8402 | str += L("' is not allowed");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""}"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8455:82: note: in expansion of macro ‘L’
8455 | if(kin != CHUUKAKKOCLOSE_TOKEN) return gaarimasen(*srce, L("}"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:264:23: note: in expansion of macro ‘L’
264 | while(*txt != L('\0')) str[idx++] = *txt++;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:270:26: note: in expansion of macro ‘L’
270 | case 0: str[idx++]=L('0');break;case 1: str[idx++]=L('1');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'1'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:270:60: note: in expansion of macro ‘L’
270 | case 0: str[idx++]=L('0');break;case 1: str[idx++]=L('1');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'2'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:271:38: note: in expansion of macro ‘L’
271 | case 2: str[idx++]=L('2');break;case 3: str[idx++]=L('3');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'3'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:271:72: note: in expansion of macro ‘L’
271 | case 2: str[idx++]=L('2');break;case 3: str[idx++]=L('3');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'4'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:272:26: note: in expansion of macro ‘L’
272 | case 4: str[idx++]=L('4');break;case 5: str[idx++]=L('5');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'5'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:272:60: note: in expansion of macro ‘L’
272 | case 4: str[idx++]=L('4');break;case 5: str[idx++]=L('5');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'6'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:273:38: note: in expansion of macro ‘L’
273 | case 6: str[idx++]=L('6');break;case 7: str[idx++]=L('7');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'7'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:273:72: note: in expansion of macro ‘L’
273 | case 6: str[idx++]=L('6');break;case 7: str[idx++]=L('7');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'8'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:274:26: note: in expansion of macro ‘L’
274 | case 8: str[idx++]=L('8');break;case 9: str[idx++]=L('9');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'9'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:274:60: note: in expansion of macro ‘L’
274 | case 8: str[idx++]=L('8');break;case 9: str[idx++]=L('9');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'A'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:275:38: note: in expansion of macro ‘L’
275 | case 0xA: str[idx++]=L('A');break;case 0xB: str[idx++]=L('B');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'B'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:275:72: note: in expansion of macro ‘L’
275 | case 0xA: str[idx++]=L('A');break;case 0xB: str[idx++]=L('B');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'C'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:276:26: note: in expansion of macro ‘L’
276 | case 0xC: str[idx++]=L('C');break;case 0xD: str[idx++]=L('D');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'D'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:276:60: note: in expansion of macro ‘L’
276 | case 0xC: str[idx++]=L('C');break;case 0xD: str[idx++]=L('D');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'E'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:277:38: note: in expansion of macro ‘L’
277 | case 0xE: str[idx++]=L('E');break;case 0xF: str[idx++]=L('F');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'F'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:277:72: note: in expansion of macro ‘L’
277 | case 0xE: str[idx++]=L('E');break;case 0xF: str[idx++]=L('F');break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Invalid casting."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1138:49: note: in expansion of macro ‘L’
1138 | pjtr->addErrMes(L("Invalid casting."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1166:41: note: in expansion of macro ‘L’
1166 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too many arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1185:57: note: in expansion of macro ‘L’
1185 | pjtr->addErrMes(L("Too many arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Must be passed by reference."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1206:65: note: in expansion of macro ‘L’
1206 | pjtr->addErrMes(L("Must be passed by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""You cannot pass threads by reference."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1210:65: note: in expansion of macro ‘L’
1210 | pjtr->addErrMes(L("You cannot pass threads by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1214:65: note: in expansion of macro ‘L’
1214 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1223:73: note: in expansion of macro ‘L’
1223 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1240:81: note: in expansion of macro ‘L’
1240 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1253:73: note: in expansion of macro ‘L’
1253 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is not an argument passed by reference."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1265:65: note: in expansion of macro ‘L’
1265 | pjtr->addErrMes(L("It is not an argument passed by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Anonymous functions cannot be passed to threads."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1322:73: note: in expansion of macro ‘L’
1322 | pjtr->addErrMes(L("Anonymous functions cannot be passed to threads."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too few arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1360:49: note: in expansion of macro ‘L’
1360 | pjtr->addErrMes(L("Too few arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Functions whose return value is a reference type cannot be threaded."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1372:57: note: in expansion of macro ‘L’
1372 | pjtr->addErrMes(L("Functions whose return value is a reference type cannot be threaded."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too many arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1467:57: note: in expansion of macro ‘L’
1467 | pjtr->addErrMes(L("Too many arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Must be passed by reference."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1485:65: note: in expansion of macro ‘L’
1485 | pjtr->addErrMes(L("Must be passed by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1489:65: note: in expansion of macro ‘L’
1489 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1495:73: note: in expansion of macro ‘L’
1495 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1505:81: note: in expansion of macro ‘L’
1505 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1517:73: note: in expansion of macro ‘L’
1517 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It is not an argument passed by reference."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1526:65: note: in expansion of macro ‘L’
1526 | pjtr->addErrMes(L("It is not an argument passed by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Too few arguments."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:1592:49: note: in expansion of macro ‘L’
1592 | pjtr->addErrMes(L("Too few arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a class that cannot be copied by assignment."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:3540:65: note: in expansion of macro ‘L’
3540 | pjtr->addErrMes(L("This is a class that cannot be copied by assignment."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:3595:65: note: in expansion of macro ‘L’
3595 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:3601:57: note: in expansion of macro ‘L’
3601 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:3612:65: note: in expansion of macro ‘L’
3612 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:3616:57: note: in expansion of macro ‘L’
3616 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""An anonymous function declared in a child block cannot be assigned to a variable in the parent block."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:3729:57: note: in expansion of macro ‘L’
3729 | L("An anonymous function declared in a child block cannot be assigned to a variable in the parent block."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""This is a class that cannot be copied by assignment."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:4088:49: note: in expansion of macro ‘L’
4088 | pjtr->addErrMes(L("This is a class that cannot be copied by assignment."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:4551:70: note: in expansion of macro ‘L’
4551 | (fi = pst->GetFuncId(L("break"), false)) >= 0
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:4577:57: note: in expansion of macro ‘L’
4577 | && (fi = pst->GetFuncId(L("break"), false)) >= 0
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:4669:72: note: in expansion of macro ‘L’
4669 | pst != nullptr && (fi = pst->GetFuncId(L("default"), false)) >= 0
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:4782:62: note: in expansion of macro ‘L’
4782 | (fi = pst->GetFuncId(L("default"), false)) >= 0
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Since it is read-only, it cannot be passed by reference."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:4877:49: note: in expansion of macro ‘L’
4877 | L("Since it is read-only, it cannot be passed by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Type error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:5697:73: note: in expansion of macro ‘L’
5697 | pjtr->addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Reference types cannot be used in consteval."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:6718:57: note: in expansion of macro ‘L’
6718 | pjtr->addErrMes(L("Reference types cannot be used in consteval."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'\0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:7517:60: note: in expansion of macro ‘L’
7517 | stree.myname[0] != L('\0')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Undefined."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:7526:80: note: in expansion of macro ‘L’
7526 | stree.srce->filename, stree.topsrcgyo, L("Undefined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""break"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:7539:35: note: in expansion of macro ‘L’
7539 | if(tmps = L("break"), stree.myname == tmps){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Compilation Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:7572:65: note: in expansion of macro ‘L’
7572 | pjtr->addErrMes(L("Compilation Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and "'0'" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:7587:89: note: in expansion of macro ‘L’
7587 | && stree.hensuname[stree.tpcount][0] == L('0'))))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is no ret."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:7596:57: note: in expansion of macro ‘L’
7596 | pjtr->addErrMes(L("There is no ret."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Compilation Error."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:7612:57: note: in expansion of macro ‘L’
7612 | pjtr->addErrMes(L("Compilation Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is a strange value in case."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8115:81: note: in expansion of macro ‘L’
8115 | pjtr->addErrMes(L("There is a strange value in case."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is a strange value in case."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8126:81: note: in expansion of macro ‘L’
8126 | pjtr->addErrMes(L("There is a strange value in case."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""case has the same value."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8138:89: note: in expansion of macro ‘L’
8138 | pjtr->addErrMes(L("case has the same value."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8210:65: note: in expansion of macro ‘L’
8210 | pjtr->addErrMes(L("default: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""default: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8231:57: note: in expansion of macro ‘L’
8231 | pjtr->addErrMes(L("default: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""else: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8462:57: note: in expansion of macro ‘L’
8462 | pjtr->addErrMes(L("else: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""else: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8494:65: note: in expansion of macro ‘L’
8494 | pjtr->addErrMes(L("else: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""else: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8522:57: note: in expansion of macro ‘L’
8522 | pjtr->addErrMes(L("else: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""do: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8621:65: note: in expansion of macro ‘L’
8621 | pjtr->addErrMes(L("do: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""continue: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8625:65: note: in expansion of macro ‘L’
8625 | pjtr->addErrMes(L("continue: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""while: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8629:65: note: in expansion of macro ‘L’
8629 | pjtr->addErrMes(L("while: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""do: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8643:57: note: in expansion of macro ‘L’
8643 | pjtr->addErrMes(L("do: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""continue: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8647:57: note: in expansion of macro ‘L’
8647 | pjtr->addErrMes(L("continue: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""while: is missing."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8651:57: note: in expansion of macro ‘L’
8651 | pjtr->addErrMes(L("while: is missing."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""There is no ret."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8702:57: note: in expansion of macro ‘L’
8702 | pjtr->addErrMes(L("There is no ret."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""Although it is not the true root."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8759:33: note: in expansion of macro ‘L’
8759 | L("Although it is not the true root."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""VirtualAlloc failed."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/jitcompiler.hpp:8840:33: note: in expansion of macro ‘L’
8840 | L("VirtualAlloc failed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""It's already compiled."" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/compiler-state.hpp:10:32: note: in expansion of macro ‘L’
10 | if(mai) return L("It's already compiled.");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and """" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/compiler-state.hpp:13:24: note: in expansion of macro ‘L’
13 | return L("");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and """" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/compiler-state.hpp:23:24: note: in expansion of macro ‘L’
23 | return L("");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: pasting "u" and ""main.ssz"" does not give a valid preprocessing token
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/compiler-state.hpp:65:66: note: in expansion of macro ‘L’
65 | if(!src.FileRead(file.size() > 0 ? file.data() : L("main.ssz"))){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:128:7: note: in expansion of macro ‘WCHR’
128 | const WCHR* const g_dtitle = u"S-SIZE " SSZ_VERSTR;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:43:21: note: in expansion of macro ‘WSTR’
43 | STAMEM std::WSTR refToWstr(const Reference& strref)
| ^~~~
In file included from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:43:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:43:16: note: ‘std::u16string’ is only available from C++11 onwards
43 | STAMEM std::WSTR refToWstr(const Reference& strref)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:52:61: note: in expansion of macro ‘WSTR’
52 | STAMEM void wstrToRef(Reference& strref, const std::WSTR& wstr)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:52:56: note: ‘std::u16string’ is only available from C++11 onwards
52 | STAMEM void wstrToRef(Reference& strref, const std::WSTR& wstr)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:88:21: note: in expansion of macro ‘WSTR’
88 | STAMEM std::WSTR gwToW(const std::wstring& gwstr)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:88:16: note: ‘std::u16string’ is only available from C++11 onwards
88 | STAMEM std::WSTR gwToW(const std::wstring& gwstr)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:102:46: note: in expansion of macro ‘WSTR’
102 | STAMEM std::wstring wToGw(const std::WSTR& wstr)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:102:41: note: ‘std::u16string’ is only available from C++11 onwards
102 | STAMEM std::wstring wToGw(const std::WSTR& wstr)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:118:44: note: in expansion of macro ‘WSTR’
118 | STAMEM std::string wToA(const std::WSTR& wstr)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:118:39: note: ‘std::u16string’ is only available from C++11 onwards
118 | STAMEM std::string wToA(const std::WSTR& wstr)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:140:21: note: in expansion of macro ‘WSTR’
140 | STAMEM std::WSTR aToW(const std::string& str)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:140:16: note: ‘std::u16string’ is only available from C++11 onwards
140 | STAMEM std::WSTR aToW(const std::string& str)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp: In static member function ‘static void PluginUtil::wstrToRef(Reference&, const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:55:36: error: request for member ‘size’ in ‘wstr’, which is of non-class type ‘const int’
55 | strref.refnew(wstr.size(), sizeof(WCHR));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:55:51: note: in expansion of macro ‘WCHR’
55 | strref.refnew(wstr.size(), sizeof(WCHR));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:56:64: error: request for member ‘data’ in ‘wstr’, which is of non-class type ‘const int’
56 | if(!strref.null()) memcpy(strref.atpos(), wstr.data(), strref.len());
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp: In static member function ‘static std::wstring PluginUtil::wToGw(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:105:44: error: request for member ‘size’ in ‘wstr’, which is of non-class type ‘const int’
105 | for(size_t i = 0; i < wstr.size(); i++){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:107:37: error: invalid types ‘const int[size_t {aka unsigned int}]’ for array subscript
107 | wstr[i] >> 10 == 0x36 && i + 1 < wstr.size()
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:107:71: error: request for member ‘size’ in ‘wstr’, which is of non-class type ‘const int’
107 | wstr[i] >> 10 == 0x36 && i + 1 < wstr.size()
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:108:40: error: invalid types ‘const int[size_t {aka unsigned int}]’ for array subscript
108 | && wstr[i + 1] >> 10 == 0x37)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:111:55: error: invalid types ‘const int[size_t {aka unsigned int}]’ for array subscript
111 | wchar_t(((wstr[i]&0x3ff) << 10 | (wstr[i + 1]&0x3ff)) + 0x10000);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:111:79: error: invalid types ‘const int[size_t {aka unsigned int}]’ for array subscript
111 | wchar_t(((wstr[i]&0x3ff) << 10 | (wstr[i + 1]&0x3ff)) + 0x10000);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:113:55: error: invalid types ‘const int[size_t {aka unsigned int}]’ for array subscript
113 | gwstr += (wchar_t)wstr[i];
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp: In static member function ‘static std::string PluginUtil::wToA(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:123:30: error: ‘len’ does not name a type
123 | auto len = wcstombs(nullptr, gwstr.c_str() + woffset, 0);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:124:35: error: ‘len’ was not declared in this scope
124 | if(size_t(len + 1) > 1){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:125:38: error: ‘oldsize’ does not name a type
125 | auto oldsize = str.size();
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:126:44: error: ‘oldsize’ was not declared in this scope
126 | str.resize(oldsize + len);
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:2:34: note: in expansion of macro ‘WSTR’
2 | template<typename T> static std::WSTR IntToString(T i)
| ^~~~
In file included from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:46:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:2:29: note: ‘std::u16string’ is only available from C++11 onwards
2 | template<typename T> static std::WSTR IntToString(T i)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:11:13: note: in expansion of macro ‘WSTR’
11 | static std::WSTR ToFloatString(std::WSTR numStr)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:11:8: note: ‘std::u16string’ is only available from C++11 onwards
11 | static std::WSTR ToFloatString(std::WSTR numStr)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:28:13: note: in expansion of macro ‘WSTR’
28 | static std::WSTR InfiniteString(double d)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:28:8: note: ‘std::u16string’ is only available from C++11 onwards
28 | static std::WSTR InfiniteString(double d)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:33:34: note: in expansion of macro ‘WSTR’
33 | template<typename T> static std::WSTR FloatToString(T f)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:33:29: note: ‘std::u16string’ is only available from C++11 onwards
33 | template<typename T> static std::WSTR FloatToString(T f)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:46:13: note: in expansion of macro ‘WSTR’
46 | static std::WSTR CharToString(char16_t c)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:46:8: note: ‘std::u16string’ is only available from C++11 onwards
46 | static std::WSTR CharToString(char16_t c)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:52:13: note: in expansion of macro ‘WSTR’
52 | static std::WSTR BoolToString(bool b)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tostring.hpp:52:8: note: ‘std::u16string’ is only available from C++11 onwards
52 | static std::WSTR BoolToString(bool b)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:54:34: note: in expansion of macro ‘WCHR’
54 | static HMODULE LoadLibrary(const WCHR *lpFileName)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp: In function ‘void* LoadLibrary(const int*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:56:14: error: ‘ret’ does not name a type
56 | auto ret = dlopen(PluginUtil::wToA(lpFileName).c_str(), RTLD_NOW);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:57:13: error: ‘ret’ was not declared in this scope
57 | if(!ret) fprintf(stderr, "%s\n", dlerror());
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:57:26: error: ‘stderr’ was not declared in this scope
57 | if(!ret) fprintf(stderr, "%s\n", dlerror());
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:53:1: note: ‘stderr’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
52 | #include <sys/mman.h>
+++ |+#include <cstdio>
53 |
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:57:18: error: ‘fprintf’ was not declared in this scope; did you mean ‘wprintf’?
57 | if(!ret) fprintf(stderr, "%s\n", dlerror());
| ^~~~~~~
| wprintf
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:58:16: error: ‘ret’ was not declared in this scope
58 | return ret;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp: In function ‘void* GetProcAddress(HMODULE, const char*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:62:14: error: ‘ret’ does not name a type
62 | auto ret = dlsym(hModule, lpProcName);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:63:13: error: ‘ret’ was not declared in this scope
63 | if(!ret) fprintf(stderr, "%s\n", dlerror());
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:63:26: error: ‘stderr’ was not declared in this scope
63 | if(!ret) fprintf(stderr, "%s\n", dlerror());
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:63:26: note: ‘stderr’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:63:18: error: ‘fprintf’ was not declared in this scope; did you mean ‘wprintf’?
63 | if(!ret) fprintf(stderr, "%s\n", dlerror());
| ^~~~~~~
| wprintf
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:64:16: error: ‘ret’ was not declared in this scope
64 | return ret;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:72:8: note: in expansion of macro ‘WCHR’
72 | static WCHR* _wfullpath(WCHR*, const WCHR *relPath, size_t)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:94:29: note: in expansion of macro ‘WCHR’
94 | FILE** pFile, const WCHR *filename, const WCHR *mode)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:94:51: note: in expansion of macro ‘WCHR’
94 | FILE** pFile, const WCHR *filename, const WCHR *mode)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp: In function ‘errno_t _wfopen_s(FILE**, const int*, const int*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:97:40: error: invalid conversion from ‘const int*’ to ‘int’ [-fpermissive]
97 | fopen(PluginUtil::wToA(filename).c_str(), PluginUtil::wToA(mode).c_str());
| ^~~~~~~~
| |
| const int*
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:118:50: note: initializing argument 1 of ‘static std::string PluginUtil::wToA(const int&)’
118 | STAMEM std::string wToA(const std::WSTR& wstr)
| ~~~~~~~~~~~~~~~~~^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:97:76: error: invalid conversion from ‘const int*’ to ‘int’ [-fpermissive]
97 | fopen(PluginUtil::wToA(filename).c_str(), PluginUtil::wToA(mode).c_str());
| ^~~~
| |
| const int*
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:118:50: note: initializing argument 1 of ‘static std::string PluginUtil::wToA(const int&)’
118 | STAMEM std::string wToA(const std::WSTR& wstr)
| ~~~~~~~~~~~~~~~~~^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:97:17: error: ‘fopen’ was not declared in this scope
97 | fopen(PluginUtil::wToA(filename).c_str(), PluginUtil::wToA(mode).c_str());
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:97:17: note: ‘fopen’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:98:29: error: ‘EINVAL’ was not declared in this scope
98 | return *pFile ? 0 : EINVAL;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp: In function ‘void* VirtualAlloc(void*, size_t, DWORD, DWORD)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:104:14: error: ‘addr’ does not name a type
104 | auto addr =
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:106:12: error: ‘addr’ was not declared in this scope
106 | if(addr == MAP_FAILED) return nullptr;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:107:16: error: ‘addr’ was not declared in this scope
107 | return addr;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ has not been declared
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:120:16: note: in expansion of macro ‘WCHR’
120 | void*, WCHR const *lpText, WCHR const *lpCaption, unsigned int)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ has not been declared
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:120:36: note: in expansion of macro ‘WCHR’
120 | void*, WCHR const *lpText, WCHR const *lpCaption, unsigned int)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp: In function ‘int MessageBox(void*, const int*, const int*, unsigned int)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:123:17: error: ‘stderr’ was not declared in this scope
123 | stderr, "%s\n%s",
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:123:17: note: ‘stderr’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:124:34: error: invalid conversion from ‘const int*’ to ‘int’ [-fpermissive]
124 | PluginUtil::wToA(lpCaption).c_str(), PluginUtil::wToA(lpText).c_str());
| ^~~~~~~~~
| |
| const int*
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:118:50: note: initializing argument 1 of ‘static std::string PluginUtil::wToA(const int&)’
118 | STAMEM std::string wToA(const std::WSTR& wstr)
| ~~~~~~~~~~~~~~~~~^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:124:71: error: invalid conversion from ‘const int*’ to ‘int’ [-fpermissive]
124 | PluginUtil::wToA(lpCaption).c_str(), PluginUtil::wToA(lpText).c_str());
| ^~~~~~
| |
| const int*
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/pluginutil.hpp:118:50: note: initializing argument 1 of ‘static std::string PluginUtil::wToA(const int&)’
118 | STAMEM std::string wToA(const std::WSTR& wstr)
| ~~~~~~~~~~~~~~~~~^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:122:9: error: ‘fprintf’ was not declared in this scope; did you mean ‘wprintf’?
122 | fprintf(
| ^~~~~~~
| wprintf
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:3:14: note: in expansion of macro ‘WSTR’
3 | std::WSTR mes;
| ^~~~
In file included from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:145:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:3:9: note: ‘std::u16string’ is only available from C++11 onwards
3 | std::WSTR mes;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:16:28: note: in expansion of macro ‘WSTR’
16 | const std::WSTR& filename,
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:16:23: note: ‘std::u16string’ is only available from C++11 onwards
16 | const std::WSTR& filename,
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:17:48: note: in expansion of macro ‘WSTR’
17 | const intptr_t gyo, const std::WSTR& err)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:17:43: note: ‘std::u16string’ is only available from C++11 onwards
17 | const intptr_t gyo, const std::WSTR& err)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp: In member function ‘void ErrMes::Clear()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:13:17: error: ‘mes’ was not declared in this scope
13 | mes.clear();
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp: In member function ‘void ErrMes::Add(const int&, intptr_t, const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:20:17: error: ‘mes’ was not declared in this scope
20 | mes += filename;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:21:24: note: in expansion of macro ‘L’
21 | mes += L('(');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/errmes.hpp:22:24: error: ‘IntToString’ was not declared in this scope
22 | mes += IntToString((int64_t)gyo);
| ^~~~~~~~~~~
In file included from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:147:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h: In function ‘void kakeruRemove(std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:279:14: error: ‘it’ does not name a type; did you mean ‘int’?
279 | auto it = type.begin();
| ^~
| int
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:280:41: error: ‘it’ was not declared in this scope; did you mean ‘int’?
280 | if (IsSoushokuToken((TokenKind)*it)) it++;
| ^~
| int
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:281:17: error: ‘it’ was not declared in this scope; did you mean ‘int’?
281 | while (*it == REF_TOKEN || *it == LIST_TOKEN){
| ^~
| int
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:368:13: note: in expansion of macro ‘WSTR’
368 | static std::WSTR TokentToStr(TokenKind tkn)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/tokenkind.h:368:8: note: ‘std::u16string’ is only available from C++11 onwards
368 | static std::WSTR TokentToStr(TokenKind tkn)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:153:14: note: in expansion of macro ‘WSTR’
153 | std::WSTR exedir;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:153:9: note: ‘std::u16string’ is only available from C++11 onwards
153 | std::WSTR exedir;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:10:9: note: in expansion of macro ‘WCHR’
10 | WCHR const* source;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:11:14: note: in expansion of macro ‘WSTR’
11 | std::WSTR filename, src;
| ^~~~
In file included from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:160:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:11:9: note: ‘std::u16string’ is only available from C++11 onwards
11 | std::WSTR filename, src;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:28:37: note: in expansion of macro ‘WSTR’
28 | MEMBER bool Load(const std::WSTR& fn)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:28:32: note: ‘std::u16string’ is only available from C++11 onwards
28 | MEMBER bool Load(const std::WSTR& fn)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:76:42: note: in expansion of macro ‘WSTR’
76 | MEMBER bool setString(const std::WSTR& code, const std::WSTR& dir)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:76:37: note: ‘std::u16string’ is only available from C++11 onwards
76 | MEMBER bool setString(const std::WSTR& code, const std::WSTR& dir)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:76:65: note: in expansion of macro ‘WSTR’
76 | MEMBER bool setString(const std::WSTR& code, const std::WSTR& dir)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:76:60: note: ‘std::u16string’ is only available from C++11 onwards
76 | MEMBER bool setString(const std::WSTR& code, const std::WSTR& dir)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:94:36: note: in expansion of macro ‘WCHR’
94 | MEMBER bool IsTSChar(const WCHR wc)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:219:32: error: ‘char16_t’ does not name a type
219 | MEMBER void Find(const char16_t md)
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:231:16: error: ‘char16_t’ does not name a type
231 | MEMBER char16_t GetChar()
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:494:47: note: in expansion of macro ‘WCHR’
494 | MEMBER TokenKind MojiretsuToken(const WCHR* const tstr, const intptr_t tlen)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:976:48: note: in expansion of macro ‘WCHR’
976 | MEMBER TokenKind specialTagToken(const WCHR* const tstr, const intptr_t tlen)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1026:42: note: in expansion of macro ‘WSTR’
1026 | MEMBER void addErrMes(const std::WSTR& mes)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1026:37: note: ‘std::u16string’ is only available from C++11 onwards
1026 | MEMBER void addErrMes(const std::WSTR& mes)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘std::u16string’ has not been declared
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1034:37: note: in expansion of macro ‘WSTR’
1034 | MEMBER void appendTStr(std::WSTR& str)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘void Source<GC>::Clear()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:20:17: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
20 | source = nullptr;
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:21:17: error: ‘filename’ was not declared in this scope
21 | filename.clear();
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:22:17: error: ‘src’ was not declared in this scope
22 | src.clear();
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘bool Source<GC>::Load(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:31:17: note: in expansion of macro ‘WCHR’
31 | WCHR* pwc;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:31:23: error: ‘pwc’ was not declared in this scope; did you mean ‘putwc’?
31 | WCHR* pwc;
| ^~~
| putwc
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:33:22: error: expected ‘;’ before ‘wch’
33 | WCHR wch = L('\0');
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:36:46: error: request for member ‘c_str’ in ‘fn’, which is of non-class type ‘const int’
36 | pwc = _wfullpath(nullptr, fn.c_str(), 0);
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:36:23: error: there are no arguments to ‘_wfullpath’ that depend on a template parameter, so a declaration of ‘_wfullpath’ must be available [-fpermissive]
36 | pwc = _wfullpath(nullptr, fn.c_str(), 0);
| ^~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:36:23: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:38:25: error: ‘filename’ was not declared in this scope
38 | filename = fn;
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:40:25: error: ‘filename’ was not declared in this scope
40 | filename = pwc;
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:48:41: error: request for member ‘c_str’ in ‘fn’, which is of non-class type ‘const int’
48 | if(_wfopen_s(&pFile, fn.c_str(), L("rb")) != 0){
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:48:50: note: in expansion of macro ‘L’
48 | if(_wfopen_s(&pFile, fn.c_str(), L("rb")) != 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:49:38: error: ‘filename’ was not declared in this scope
49 | ss->emes.Add(filename, -1, L("Failed to read file."));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:49:54: error: expected ‘)’ before string constant
49 | ss->emes.Add(filename, -1, L("Failed to read file."));
| ^~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:49:37: note: to match this ‘(’
49 | ss->emes.Add(filename, -1, L("Failed to read file."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:52:20: error: there are no arguments to ‘fread’ that depend on a template parameter, so a declaration of ‘fread’ must be available [-fpermissive]
52 | if(fread(&ch, sizeof(char), 1, pFile) == 1) tmp += ch;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:54:28: error: there are no arguments to ‘fread’ that depend on a template parameter, so a declaration of ‘fread’ must be available [-fpermissive]
54 | if(fread(&ch, sizeof(char), 1, pFile) == 1) tmp += ch;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:56:36: error: there are no arguments to ‘fread’ that depend on a template parameter, so a declaration of ‘fread’ must be available [-fpermissive]
56 | if(fread(&ch, sizeof(char), 1, pFile) == 1) tmp += ch;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:62:23: error: there are no arguments to ‘fread’ that depend on a template parameter, so a declaration of ‘fread’ must be available [-fpermissive]
62 | while(fread(&ch, sizeof(char), 1, pFile) == 1) tmp += ch;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:70:17: error: ‘src’ was not declared in this scope
70 | src = PluginUtil::aToW(tmp);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:70:35: error: ‘aToW’ is not a member of ‘PluginUtil’
70 | src = PluginUtil::aToW(tmp);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:72:17: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
72 | source = src.c_str();
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:73:17: error: there are no arguments to ‘fclose’ that depend on a template parameter, so a declaration of ‘fclose’ must be available [-fpermissive]
73 | fclose(pFile);
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘bool Source<GC>::setString(const int&, const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:79:17: note: in expansion of macro ‘WCHR’
79 | WCHR* pwc =
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:79:23: error: ‘pwc’ was not declared in this scope; did you mean ‘putwc’?
79 | WCHR* pwc =
| ^~~
| putwc
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:80:49: error: request for member ‘size’ in ‘dir’, which is of non-class type ‘const int’
80 | _wfullpath(nullptr, dir.size() > 0 ? dir.c_str() : L("."), 0);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:80:66: error: request for member ‘c_str’ in ‘dir’, which is of non-class type ‘const int’
80 | _wfullpath(nullptr, dir.size() > 0 ? dir.c_str() : L("."), 0);
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:80:76: note: in expansion of macro ‘L’
80 | _wfullpath(nullptr, dir.size() > 0 ? dir.c_str() : L("."), 0);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:80:25: error: there are no arguments to ‘_wfullpath’ that depend on a template parameter, so a declaration of ‘_wfullpath’ must be available [-fpermissive]
80 | _wfullpath(nullptr, dir.size() > 0 ? dir.c_str() : L("."), 0);
| ^~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:82:25: error: ‘filename’ was not declared in this scope
82 | filename = dir;
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:84:54: error: expected ‘)’ before string constant
84 | ss->emes.Add(filename, -1, L("Failed to convert to absolute path."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:84:37: note: to match this ‘(’
84 | ss->emes.Add(filename, -1, L("Failed to convert to absolute path."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:87:17: error: ‘filename’ was not declared in this scope
87 | filename = pwc;
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:90:17: error: ‘src’ was not declared in this scope
90 | src = code;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:91:17: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
91 | source = src.c_str();
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘bool Source<GC>::IsTSChar(int)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:97:26: note: in expansion of macro ‘L’
97 | (L('0') <= wc && wc <= L('9')) || (L('A') <= wc && wc <= L('Z'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:97:28: error: expected ‘)’ before '0'
97 | (L('0') <= wc && wc <= L('9')) || (L('A') <= wc && wc <= L('Z'))
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:97:25: note: to match this ‘(’
97 | (L('0') <= wc && wc <= L('9')) || (L('A') <= wc && wc <= L('Z'))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘bool Source<GC>::GetTString()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:104:33: error: ‘src’ was not declared in this scope
104 | if (sst.i < IDX(src.size())) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:105:41: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
105 | for (; IsTSChar(source[sst.i]); sst.i++) ret = true;
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘bool Source<GC>::GetNumString()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:113:33: error: ‘src’ was not declared in this scope
113 | if (sst.i < IDX(src.size())) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:114:32: note: in expansion of macro ‘L’
114 | for (; L('0') <= source[sst.i] &&
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:114:34: error: expected ‘;’ before '0'
114 | for (; L('0') <= source[sst.i] &&
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:114:42: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
114 | for (; L('0') <= source[sst.i] &&
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:115:52: error: expected ‘)’ before '9'
115 | source[sst.i] <= L('9'); sst.i++) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:114:29: note: to match this ‘(’
114 | for (; L('0') <= source[sst.i] &&
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:115:65: error: expected ‘;’ before ‘)’ token
115 | source[sst.i] <= L('9'); sst.i++) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘bool Source<GC>::SkipSpace(T&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:126:67: error: ‘src’ was not declared in this scope
126 | !incondcomment && sst.i + 3 < IDX(src.size())
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:127:36: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
127 | && source[sst.i + 1] == L('?')
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:127:57: note: in expansion of macro ‘L’
127 | && source[sst.i + 1] == L('?')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:127:59: error: expected ‘)’ before '?'
127 | && source[sst.i + 1] == L('?')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:125:28: note: to match this ‘(’
125 | if (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:137:64: error: expected ‘)’ before '?'
137 | if (source[sst.i] != L('?')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:137:44: note: to match this ‘(’
137 | if (source[sst.i] != L('?')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:141:94: error: expected ‘)’ before ':'
141 | if (sst.i - sst.t != 1 || source[sst.t] != L(':')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:141:52: note: to match this ‘(’
141 | if (sst.i - sst.t != 1 || source[sst.t] != L(':')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:142:69: error: expected ‘)’ before string constant
142 | addErrMes(L("There is not ':'"));
| ^~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:142:66: note: to match this ‘(’
142 | addErrMes(L("There is not ':'"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:146:69: error: expected ‘)’ before string constant
146 | addErrMes(L("Type error."));
| ^~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:146:66: note: to match this ‘(’
146 | addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:155:76: error: expected ‘)’ before '*'
155 | if (source[sst.i - 1] == L('*')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:155:52: note: to match this ‘(’
155 | if (source[sst.i - 1] == L('*')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:161:81: error: expected ‘)’ before '/'
161 | else if (source[sst.i - 1] == L('/')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:161:57: note: to match this ‘(’
161 | else if (source[sst.i - 1] == L('/')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:166:81: error: expected ‘)’ before '\xa'
166 | else if (source[sst.i - 1] == L('\n')) sst.g++;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:166:57: note: to match this ‘(’
166 | else if (source[sst.i - 1] == L('\n')) sst.g++;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘bool Source<GC>::Space()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:180:37: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
180 | if (source[sst.i] == L('\n')) {
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:180:54: note: in expansion of macro ‘L’
180 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:180:56: error: expected ‘)’ before '\xa'
180 | if (source[sst.i] == L('\n')) {
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:180:36: note: to match this ‘(’
180 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:184:60: error: expected ‘)’ before '\x20'
184 | source[sst.i] != L(' ')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:183:41: note: to match this ‘(’
183 | else if (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:190:29: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
190 | if (source[sst.i] != L('/')) {
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:190:46: note: in expansion of macro ‘L’
190 | if (source[sst.i] != L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:190:48: error: expected ‘)’ before '/'
190 | if (source[sst.i] != L('/')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:190:28: note: to match this ‘(’
190 | if (source[sst.i] != L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:193:29: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
193 | if (source[sst.i + 1] == L('/')) {
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:193:50: note: in expansion of macro ‘L’
193 | if (source[sst.i + 1] == L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:193:52: error: expected ‘)’ before '/'
193 | if (source[sst.i + 1] == L('/')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:193:28: note: to match this ‘(’
193 | if (source[sst.i + 1] == L('/')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:194:62: error: ‘src’ was not declared in this scope
194 | for (sst.i += 2; sst.i < IDX(src.size()); sst.i++) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:195:64: error: expected ‘)’ before '\xa'
195 | if (source[sst.i] == L('\n')) {
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:195:44: note: to match this ‘(’
195 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:202:57: error: expected ‘)’ before '*'
202 | else if (source[sst.i + 1] == L('*')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:202:33: note: to match this ‘(’
202 | else if (source[sst.i + 1] == L('*')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:203:57: error: ‘src’ was not declared in this scope
203 | if ((sst.i += 2) >= IDX(src.size())) return false;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:204:59: error: ‘src’ was not declared in this scope
204 | for (sst.i++; sst.i < IDX(src.size()); sst.i++) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:205:68: error: expected ‘)’ before '*'
205 | if (source[sst.i - 1] == L('*')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:205:44: note: to match this ‘(’
205 | if (source[sst.i - 1] == L('*')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:210:73: error: expected ‘)’ before '\xa'
210 | else if (source[sst.i - 1] == L('\n')) sst.g++;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:210:49: note: to match this ‘(’
210 | else if (source[sst.i - 1] == L('\n')) sst.g++;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘void Source<GC>::Find(int)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:222:36: error: ‘src’ was not declared in this scope
222 | for (; sst.i < IDX(src.size()); sst.i++) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:223:29: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
223 | if (source[sst.i] == L('\n')) {
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:223:46: note: in expansion of macro ‘L’
223 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:223:48: error: expected ‘)’ before '\xa'
223 | if (source[sst.i] == L('\n')) {
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:223:28: note: to match this ‘(’
223 | if (source[sst.i] == L('\n')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘TokenKind Source<GC>::Token()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:265:34: error: ‘src’ was not declared in this scope
265 | if (sst.i >= IDX(src.size())) return NULL_TOKEN;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:266:25: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
266 | switch (source[sst.i]) {
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:267:22: note: in expansion of macro ‘L’
267 | case L('+'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:267:24: error: expected ‘:’ before '+'
267 | case L('+'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:267:28: error: expected ‘;’ before ‘:’ token
267 | case L('+'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:269:48: error: expected ‘)’ before '='
269 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:269:28: note: to match this ‘(’
269 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:273:53: error: expected ‘)’ before '+'
273 | else if (source[sst.i] == L('+')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:273:33: note: to match this ‘(’
273 | else if (source[sst.i] == L('+')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:278:24: error: expected ‘:’ before '-'
278 | case L('-'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:278:28: error: expected ‘;’ before ‘:’ token
278 | case L('-'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:280:48: error: expected ‘)’ before '='
280 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:280:28: note: to match this ‘(’
280 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:284:53: error: expected ‘)’ before '-'
284 | else if (source[sst.i] == L('-')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:284:33: note: to match this ‘(’
284 | else if (source[sst.i] == L('-')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:289:24: error: expected ‘:’ before '*'
289 | case L('*'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:289:28: error: expected ‘;’ before ‘:’ token
289 | case L('*'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:291:48: error: expected ‘)’ before '='
291 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:291:28: note: to match this ‘(’
291 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:295:53: error: expected ‘)’ before '*'
295 | else if (source[sst.i] == L('*')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:295:33: note: to match this ‘(’
295 | else if (source[sst.i] == L('*')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:296:58: error: expected ‘)’ before '='
296 | if (source[++sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:296:36: note: to match this ‘(’
296 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:303:24: error: expected ‘:’ before '/'
303 | case L('/'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:303:28: error: expected ‘;’ before ‘:’ token
303 | case L('/'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:309:24: error: expected ‘:’ before '%'
309 | case L('%'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:309:28: error: expected ‘;’ before ‘:’ token
309 | case L('%'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:315:24: error: expected ‘:’ before '&'
315 | case L('&'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:315:28: error: expected ‘;’ before ‘:’ token
315 | case L('&'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:317:48: error: expected ‘)’ before '='
317 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:317:28: note: to match this ‘(’
317 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:321:53: error: expected ‘)’ before '&'
321 | else if (source[sst.i] == L('&')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:321:33: note: to match this ‘(’
321 | else if (source[sst.i] == L('&')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:326:24: error: expected ‘:’ before '^'
326 | case L('^'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:326:28: error: expected ‘;’ before ‘:’ token
326 | case L('^'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:332:24: error: expected ‘:’ before '|'
332 | case L('|'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:332:28: error: expected ‘;’ before ‘:’ token
332 | case L('|'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:334:48: error: expected ‘)’ before '='
334 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:334:28: note: to match this ‘(’
334 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:338:53: error: expected ‘)’ before '|'
338 | else if (source[sst.i] == L('|')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:338:33: note: to match this ‘(’
338 | else if (source[sst.i] == L('|')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:343:24: error: expected ‘:’ before '<'
343 | case L('<'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:343:28: error: expected ‘;’ before ‘:’ token
343 | case L('<'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:345:48: error: expected ‘)’ before '='
345 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:345:28: note: to match this ‘(’
345 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:349:53: error: expected ‘)’ before '<'
349 | else if (source[sst.i] == L('<')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:349:33: note: to match this ‘(’
349 | else if (source[sst.i] == L('<')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:350:58: error: expected ‘)’ before '='
350 | if (source[++sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:350:36: note: to match this ‘(’
350 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:356:53: error: expected ‘)’ before '>'
356 | else if (source[sst.i] == L('>')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:356:33: note: to match this ‘(’
356 | else if (source[sst.i] == L('>')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:360:53: error: expected ‘)’ before ','
360 | else if (source[sst.i] == L(',')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:360:33: note: to match this ‘(’
360 | else if (source[sst.i] == L(',')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:365:24: error: expected ‘:’ before '>'
365 | case L('>'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:365:28: error: expected ‘;’ before ‘:’ token
365 | case L('>'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:367:48: error: expected ‘)’ before '='
367 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:367:28: note: to match this ‘(’
367 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:371:53: error: expected ‘)’ before '>'
371 | else if (source[sst.i] == L('>')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:371:33: note: to match this ‘(’
371 | else if (source[sst.i] == L('>')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:372:58: error: expected ‘)’ before '='
372 | if (source[++sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:372:36: note: to match this ‘(’
372 | if (source[++sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:379:24: error: expected ‘:’ before '!'
379 | case L('!'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:379:28: error: expected ‘;’ before ‘:’ token
379 | case L('!'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:381:48: error: expected ‘)’ before '='
381 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:381:28: note: to match this ‘(’
381 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:385:53: error: expected ‘)’ before '!'
385 | else if (source[sst.i] == L('!')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:385:33: note: to match this ‘(’
385 | else if (source[sst.i] == L('!')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:390:24: error: expected ‘:’ before '='
390 | case L('='):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:390:28: error: expected ‘;’ before ‘:’ token
390 | case L('='):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:392:48: error: expected ‘)’ before '='
392 | if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:392:28: note: to match this ‘(’
392 | if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:396:53: error: expected ‘)’ before '>'
396 | else if (source[sst.i] == L('>')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:396:33: note: to match this ‘(’
396 | else if (source[sst.i] == L('>')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:401:24: error: expected ‘:’ before '?'
401 | case L('?'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:401:28: error: expected ‘;’ before ‘:’ token
401 | case L('?'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:404:24: error: expected ‘:’ before '('
404 | case L('('):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:404:28: error: expected ‘;’ before ‘:’ token
404 | case L('('):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:410:24: error: expected ‘:’ before ')'
410 | case L(')'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:410:28: error: expected ‘;’ before ‘:’ token
410 | case L(')'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:413:24: error: expected ‘:’ before '{'
413 | case L('{'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:413:28: error: expected ‘;’ before ‘:’ token
413 | case L('{'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:416:24: error: expected ‘:’ before '}'
416 | case L('}'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:416:28: error: expected ‘;’ before ‘:’ token
416 | case L('}'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:419:24: error: expected ‘:’ before '['
419 | case L('['):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:419:28: error: expected ‘;’ before ‘:’ token
419 | case L('['):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:422:24: error: expected ‘:’ before ']'
422 | case L(']'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:422:28: error: expected ‘;’ before ‘:’ token
422 | case L(']'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:425:24: error: expected ‘:’ before '#'
425 | case L('#'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:425:28: error: expected ‘;’ before ‘:’ token
425 | case L('#'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:428:24: error: expected ‘:’ before '\'
428 | case L('\\'):
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:428:29: error: expected ‘;’ before ‘:’ token
428 | case L('\\'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:431:24: error: expected ‘:’ before '''
431 | case L('\''):
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:431:29: error: expected ‘;’ before ‘:’ token
431 | case L('\''):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:437:24: error: expected ‘:’ before '"'
437 | case L('"'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:437:28: error: expected ‘;’ before ‘:’ token
437 | case L('"'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:440:24: error: expected ‘:’ before ','
440 | case L(','):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:440:28: error: expected ‘;’ before ‘:’ token
440 | case L(','):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:443:24: error: expected ‘:’ before ';'
443 | case L(';'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:443:28: error: expected ‘;’ before ‘:’ token
443 | case L(';'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:446:24: error: expected ‘:’ before '.'
446 | case L('.'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:446:28: error: expected ‘;’ before ‘:’ token
446 | case L('.'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:448:48: error: expected ‘)’ before '.'
448 | if (source[sst.i] == L('.')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:448:28: note: to match this ‘(’
448 | if (source[sst.i] == L('.')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:452:53: error: expected ‘)’ before '='
452 | else if (source[sst.i] == L('=')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:452:33: note: to match this ‘(’
452 | else if (source[sst.i] == L('=')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:457:24: error: expected ‘:’ before ':'
457 | case L(':'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:457:28: error: expected ‘;’ before ‘:’ token
457 | case L(':'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:459:48: error: expected ‘)’ before ':'
459 | if (source[sst.i] == L(':')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:459:28: note: to match this ‘(’
459 | if (source[sst.i] == L(':')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:463:53: error: expected ‘)’ before ')'
463 | else if (source[sst.i] == L(')')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:463:33: note: to match this ‘(’
463 | else if (source[sst.i] == L(')')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:468:52: error: expected ‘)’ before '<'
468 | source[sst.i] == L('<') && source[sst.i + 1] == L('-'))
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:467:33: note: to match this ‘(’
467 | else if (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:474:24: error: expected ‘:’ before '~'
474 | case L('~'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:474:28: error: expected ‘;’ before ‘:’ token
474 | case L('~'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:477:24: error: expected ‘:’ before '`'
477 | case L('`'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:477:28: error: expected ‘;’ before ‘:’ token
477 | case L('`'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:480:24: error: expected ‘:’ before '$'
480 | case L('$'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:480:28: error: expected ‘;’ before ‘:’ token
480 | case L('$'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:483:24: error: expected ‘:’ before '@'
483 | case L('@'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:483:28: error: expected ‘;’ before ‘:’ token
483 | case L('@'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘TokenKind Source<GC>::MojiretsuToken(const int*, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:498:22: note: in expansion of macro ‘L’
498 | case L('b'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:498:24: error: expected ‘:’ before 'b'
498 | case L('b'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:498:28: error: expected ‘;’ before ‘:’ token
498 | case L('b'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:537:24: error: expected ‘:’ before 'c'
537 | case L('c'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:537:28: error: expected ‘;’ before ‘:’ token
537 | case L('c'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:598:24: error: expected ‘:’ before 'd'
598 | case L('d'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:598:28: error: expected ‘;’ before ‘:’ token
598 | case L('d'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:647:24: error: expected ‘:’ before 'e'
647 | case L('e'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:647:28: error: expected ‘;’ before ‘:’ token
647 | case L('e'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:658:24: error: expected ‘:’ before 'f'
658 | case L('f'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:658:28: error: expected ‘;’ before ‘:’ token
658 | case L('f'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:689:24: error: expected ‘:’ before 'i'
689 | case L('i'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:689:28: error: expected ‘;’ before ‘:’ token
689 | case L('i'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:710:24: error: expected ‘:’ before 'l'
710 | case L('l'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:710:28: error: expected ‘;’ before ‘:’ token
710 | case L('l'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:745:24: error: expected ‘:’ before 'm'
745 | case L('m'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:745:28: error: expected ‘;’ before ‘:’ token
745 | case L('m'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:760:24: error: expected ‘:’ before 'n'
760 | case L('n'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:760:28: error: expected ‘;’ before ‘:’ token
760 | case L('n'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:769:24: error: expected ‘:’ before 'p'
769 | case L('p'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:769:28: error: expected ‘;’ before ‘:’ token
769 | case L('p'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:796:24: error: expected ‘:’ before 'r'
796 | case L('r'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:796:28: error: expected ‘;’ before ‘:’ token
796 | case L('r'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:809:24: error: expected ‘:’ before 's'
809 | case L('s'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:809:28: error: expected ‘;’ before ‘:’ token
809 | case L('s'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:860:24: error: expected ‘:’ before 't'
860 | case L('t'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:860:28: error: expected ‘;’ before ‘:’ token
860 | case L('t'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:907:24: error: expected ‘:’ before 'u'
907 | case L('u'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:907:28: error: expected ‘;’ before ‘:’ token
907 | case L('u'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:950:24: error: expected ‘:’ before 'v'
950 | case L('v'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:950:28: error: expected ‘;’ before ‘:’ token
950 | case L('v'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:961:24: error: expected ‘:’ before 'w'
961 | case L('w'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:961:28: error: expected ‘;’ before ‘:’ token
961 | case L('w'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘TokenKind Source<GC>::specialTagToken(const int*, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:979:22: note: in expansion of macro ‘L’
979 | case L('c'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:979:24: error: expected ‘:’ before 'c'
979 | case L('c'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:979:28: error: expected ‘;’ before ‘:’ token
979 | case L('c'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:999:24: error: expected ‘:’ before 'i'
999 | case L('i'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:999:28: error: expected ‘;’ before ‘:’ token
999 | case L('i'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1013:24: error: expected ‘:’ before 'w'
1013 | case L('w'): switch(tstr[1]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1013:28: error: expected ‘;’ before ‘:’ token
1013 | case L('w'): switch(tstr[1]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘void Source<GC>::addErrMes(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1028:30: error: ‘filename’ was not declared in this scope
1028 | ss->emes.Add(filename, sst.g, mes);
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp: In member function ‘void Source<GC>::appendTStr(int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1036:21: error: request for member ‘append’ in ‘str’, which is of non-class type ‘int’
1036 | str.append(source + sst.t, sst.i - sst.t);
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/source.hpp:1036:28: error: ‘source’ was not declared in this scope; did you mean ‘Source’?
1036 | str.append(source + sst.t, sst.i - sst.t);
| ^~~~~~
| Source
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8:41: note: in expansion of macro ‘WCHR’
8 | 1 + (sizeof(intptr_t) + (sizeof(WCHR)-1)) / sizeof(WCHR);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8:60: note: in expansion of macro ‘WCHR’
8 | 1 + (sizeof(intptr_t) + (sizeof(WCHR)-1)) / sizeof(WCHR);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:23:40: note: in expansion of macro ‘WSTR’
23 | MEMBER bool loadDll(const std::WSTR& la)
| ^~~~
In file included from /home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:162:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:23:35: note: ‘std::u16string’ is only available from C++11 onwards
23 | MEMBER bool loadDll(const std::WSTR& la)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:28:43: note: in expansion of macro ‘WSTR’
28 | MEMBER FARPROC getfunc(const std::WSTR& fn)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:28:38: note: ‘std::u16string’ is only available from C++11 onwards
28 | MEMBER FARPROC getfunc(const std::WSTR& fn)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SDLLItem::loadDll(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:25:38: error: request for member ‘c_str’ in ‘la’, which is of non-class type ‘const int’
25 | hin = LoadLibrary(la.c_str());
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void* SDLLItem::getfunc(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:31:48: error: request for member ‘size’ in ‘fn’, which is of non-class type ‘const int’
31 | for(intptr_t i = 0; i < IDX(fn.size()); i++){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:32:30: error: invalid types ‘const int[intptr_t {aka int}]’ for array subscript
32 | if(fn[i] > 255) return nullptr;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:33:38: error: invalid types ‘const int[intptr_t {aka int}]’ for array subscript
33 | s += (char)fn[i];
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:64:26: note: in expansion of macro ‘WSTR’
64 | std::vector<std::WSTR> label;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:64:26: note: in expansion of macro ‘WSTR’
64 | std::vector<std::WSTR> label;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:64:26: note: in expansion of macro ‘WSTR’
64 | std::vector<std::WSTR> label;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:64:26: note: in expansion of macro ‘WSTR’
64 | std::vector<std::WSTR> label;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:64:30: error: template argument 1 is invalid
64 | std::vector<std::WSTR> label;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:64:30: error: template argument 2 is invalid
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:76:36: note: in expansion of macro ‘WCHR’
76 | MEMBER bool addlabel(const WCHR* const str, const intptr_t len)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:88:45: note: in expansion of macro ‘WSTR’
88 | MEMBER int32_t findlabel(const std::WSTR& str)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:88:40: note: ‘std::u16string’ is only available from C++11 onwards
88 | MEMBER int32_t findlabel(const std::WSTR& str)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool BranchExtStruct::addlabel(const int*, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:78:23: error: request for member ‘push_back’ in ‘((BranchExtStruct*)this)->BranchExtStruct::label’, which is of non-class type ‘int’
78 | label.push_back(std::WSTR());
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:78:38: note: in expansion of macro ‘WSTR’
78 | label.push_back(std::WSTR());
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:78:38: note: in expansion of macro ‘WSTR’
78 | label.push_back(std::WSTR());
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:79:23: error: request for member ‘back’ in ‘((BranchExtStruct*)this)->BranchExtStruct::label’, which is of non-class type ‘int’
79 | label.back().append(str, len);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:80:51: error: request for member ‘size’ in ‘((BranchExtStruct*)this)->BranchExtStruct::label’, which is of non-class type ‘int’
80 | for(intptr_t i = 0; i < IDX(label.size())-1; i++){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:81:34: error: request for member ‘back’ in ‘((BranchExtStruct*)this)->BranchExtStruct::label’, which is of non-class type ‘int’
81 | if(label.back() == label[i]){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:81:49: error: invalid types ‘int[intptr_t {aka int}]’ for array subscript
81 | if(label.back() == label[i]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:82:39: error: request for member ‘pop_back’ in ‘((BranchExtStruct*)this)->BranchExtStruct::label’, which is of non-class type ‘int’
82 | label.pop_back();
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘int32_t BranchExtStruct::findlabel(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:90:51: error: request for member ‘size’ in ‘((BranchExtStruct*)this)->BranchExtStruct::label’, which is of non-class type ‘int’
90 | for(intptr_t i = 0; i < IDX(label.size()); i++){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:91:40: error: invalid types ‘int[intptr_t {aka int}]’ for array subscript
91 | if(str == label[i]) return (int32_t)i;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:186:9: error: ‘char16_t’ does not name a type
186 | char16_t chara;
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:202:31: note: in expansion of macro ‘WCHR’
202 | MEMBER void add(const WCHR c, const intptr_t i)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void NameTable::add(int, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:216:28: error: ‘struct NameTable’ has no member named ‘chara’
216 | next[size].chara = c;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘NameTable& NameTable::operator=(const NameTable&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:223:17: error: ‘chara’ was not declared in this scope; did you mean ‘char’?
223 | chara = x.chara;
| ^~~~~
| char
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:223:27: error: ‘const struct NameTable’ has no member named ‘chara’
223 | chara = x.chara;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:240:14: error: ‘unordered_map’ in namespace ‘std’ does not name a template type
240 | std::unordered_map<std::WSTR, STree*> srclist;
| ^~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:240:9: note: ‘std::unordered_map’ is only available from C++11 onwards
240 | std::unordered_map<std::WSTR, STree*> srclist;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:241:14: error: ‘unordered_map’ in namespace ‘std’ does not name a template type
241 | std::unordered_map<std::WSTR, SDLLItem> dlllist;
| ^~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:241:9: note: ‘std::unordered_map’ is only available from C++11 onwards
241 | std::unordered_map<std::WSTR, SDLLItem> dlllist;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:244:45: error: ‘>>’ should be ‘> >’ within a nested template argument list
244 | std::vector<std::basic_string<int8_t>> literallist;
| ^~
| > >
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In function ‘bool koubuneraadesu(Source<GC>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:275:21: note: in expansion of macro ‘L’
275 | s.addErrMes(L("Syntax error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:279:35: note: in expansion of macro ‘WSTR’
279 | Source<GC>& s, const std::WSTR& token)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:279:30: note: ‘std::u16string’ is only available from C++11 onwards
279 | Source<GC>& s, const std::WSTR& token)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In function ‘bool gaarimasen(Source<GC>&, const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:281:14: note: in expansion of macro ‘WSTR’
281 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:281:14: note: in expansion of macro ‘WSTR’
281 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:282:9: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
282 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:282:15: note: in expansion of macro ‘L’
282 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: At global scope:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:293:14: note: in expansion of macro ‘WSTR’
293 | std::WSTR myname;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:293:9: note: ‘std::u16string’ is only available from C++11 onwards
293 | std::WSTR myname;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:313:38: error: ‘>>’ should be ‘> >’ within a nested template argument list
313 | std::vector<Hensuu<SourceTree>> funchensuu;
| ^~
| > >
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:314:26: note: in expansion of macro ‘WSTR’
314 | std::vector<std::WSTR> hensuname;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:314:26: note: in expansion of macro ‘WSTR’
314 | std::vector<std::WSTR> hensuname;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:314:26: note: in expansion of macro ‘WSTR’
314 | std::vector<std::WSTR> hensuname;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:314:26: note: in expansion of macro ‘WSTR’
314 | std::vector<std::WSTR> hensuname;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:314:30: error: template argument 1 is invalid
314 | std::vector<std::WSTR> hensuname;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:314:30: error: template argument 2 is invalid
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:320:47: error: ‘>>’ should be ‘> >’ within a nested template argument list
320 | std::vector<std::basic_string<intptr_t>> token;
| ^~
| > >
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:346:58: note: in expansion of macro ‘WSTR’
346 | STStatic<SourceTree, GC>* st, const std::WSTR* const name = nullptr,
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:346:53: note: ‘std::u16string’ is only available from C++11 onwards
346 | STStatic<SourceTree, GC>* st, const std::WSTR* const name = nullptr,
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:414:43: note: in expansion of macro ‘WSTR’
414 | NameTable& nt, const std::WSTR& name,
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:414:38: note: ‘std::u16string’ is only available from C++11 onwards
414 | NameTable& nt, const std::WSTR& name,
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:435:46: note: in expansion of macro ‘WSTR’
435 | MEMBER intptr_t NameToIdx(const std::WSTR& name)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:435:41: note: ‘std::u16string’ is only available from C++11 onwards
435 | MEMBER intptr_t NameToIdx(const std::WSTR& name)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:463:28: note: in expansion of macro ‘WSTR’
463 | const std::WSTR& name, const intptr_t size, Src& src)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:463:23: note: ‘std::u16string’ is only available from C++11 onwards
463 | const std::WSTR& name, const intptr_t size, Src& src)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:512:28: note: in expansion of macro ‘WSTR’
512 | const std::WSTR* const name,
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:512:23: note: ‘std::u16string’ is only available from C++11 onwards
512 | const std::WSTR* const name,
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ does not name a type
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:540:39: note: in expansion of macro ‘WCHR’
540 | uint64_t& ui64, const WCHR* const tstr, const intptr_t tlen)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:710:28: note: in expansion of macro ‘WSTR’
710 | const std::WSTR* const name, const BlockType type,
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:710:23: note: ‘std::u16string’ is only available from C++11 onwards
710 | const std::WSTR* const name, const BlockType type,
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:752:45: note: in expansion of macro ‘WSTR’
752 | MEMBER int32_t GetFuncId(const std::WSTR& name, const bool create)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:752:40: note: ‘std::u16string’ is only available from C++11 onwards
752 | MEMBER int32_t GetFuncId(const std::WSTR& name, const bool create)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:910:28: note: in expansion of macro ‘WSTR’
910 | const std::WSTR& name, intptr_t& memberichi)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:910:23: note: ‘std::u16string’ is only available from C++11 onwards
910 | const std::WSTR& name, intptr_t& memberichi)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘std::u16string’ has not been declared
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1033:45: note: in expansion of macro ‘WSTR’
1033 | MEMBER void GetTemplateNameSub(std::WSTR& name) const
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1190:28: note: in expansion of macro ‘WSTR’
1190 | const std::WSTR& filename, const intptr_t gyousuu) const
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1190:23: note: ‘std::u16string’ is only available from C++11 onwards
1190 | const std::WSTR& filename, const intptr_t gyousuu) const
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1288:28: note: in expansion of macro ‘WSTR’
1288 | const std::WSTR& filename, const intptr_t gyousuu) const
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1288:23: note: ‘std::u16string’ is only available from C++11 onwards
1288 | const std::WSTR& filename, const intptr_t gyousuu) const
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1308:55: error: ‘>>’ should be ‘> >’ within a nested template argument list
1308 | std::vector<std::basic_string<intptr_t>>& waketa)
| ^~
| > >
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1353:55: error: ‘>>’ should be ‘> >’ within a nested template argument list
1353 | std::vector<std::basic_string<intptr_t>>& waketa)
| ^~
| > >
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2183:48: note: in expansion of macro ‘WSTR’
2183 | MEMBER void addStaticString(const std::WSTR& str)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2183:43: note: ‘std::u16string’ is only available from C++11 onwards
2183 | MEMBER void addStaticString(const std::WSTR& str)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2199:38: note: in expansion of macro ‘WSTR’
2199 | Src& src, const std::WSTR& str, std::basic_string<intptr_t>& tk)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2199:33: note: ‘std::u16string’ is only available from C++11 onwards
2199 | Src& src, const std::WSTR& str, std::basic_string<intptr_t>& tk)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ has not been declared
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3779:26: note: in expansion of macro ‘WCHR’
3779 | MEMBER bool Moji(WCHR& wc, Src& src)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘std::u16string’ has not been declared
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5281:44: note: in expansion of macro ‘WSTR’
5281 | MEMBER bool LibPath(Src& src, std::WSTR& name)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘std::u16string’ has not been declared
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5461:37: note: in expansion of macro ‘WSTR’
5461 | MEMBER bool KanzenPath(std::WSTR& name, const std::WSTR& karento)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5461:60: note: in expansion of macro ‘WSTR’
5461 | MEMBER bool KanzenPath(std::WSTR& name, const std::WSTR& karento)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5461:55: note: ‘std::u16string’ is only available from C++11 onwards
5461 | MEMBER bool KanzenPath(std::WSTR& name, const std::WSTR& karento)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘std::u16string’ has not been declared
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5489:41: note: in expansion of macro ‘WSTR’
5489 | MEMBER bool MjiretuLiteral(std::WSTR& str, Src& src)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ has not been declared
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5511:33: note: in expansion of macro ‘WCHR’
5511 | MEMBER bool TokushuMoji(WCHR& wc, Src& src)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘std::u16string’ has not been declared
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6603:72: note: in expansion of macro ‘WSTR’
6603 | MEMBER bool PluginType(std::basic_string<intptr_t>& type, std::WSTR& name)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7639:57: note: in expansion of macro ‘WSTR’
7639 | MEMBER Hensuu<SourceTree>* GetHensuu(const std::WSTR& name, bool cst)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7639:52: note: ‘std::u16string’ is only available from C++11 onwards
7639 | MEMBER Hensuu<SourceTree>* GetHensuu(const std::WSTR& name, bool cst)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7645:28: note: in expansion of macro ‘WSTR’
7645 | const std::WSTR& name, intptr_t& iii, bool cst)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:7645:23: note: ‘std::u16string’ is only available from C++11 onwards
7645 | const std::WSTR& name, intptr_t& iii, bool cst)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8497:41: note: in expansion of macro ‘WSTR’
8497 | MEMBER bool FileRead(const std::WSTR& fn)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8497:36: note: ‘std::u16string’ is only available from C++11 onwards
8497 | MEMBER bool FileRead(const std::WSTR& fn)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8505:43: note: in expansion of macro ‘WSTR’
8505 | MEMBER bool StringRead(const std::WSTR& code, const std::WSTR& dir)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8505:38: note: ‘std::u16string’ is only available from C++11 onwards
8505 | MEMBER bool StringRead(const std::WSTR& code, const std::WSTR& dir)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ in namespace ‘std’ does not name a type
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8505:66: note: in expansion of macro ‘WSTR’
8505 | MEMBER bool StringRead(const std::WSTR& code, const std::WSTR& dir)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:8505:61: note: ‘std::u16string’ is only available from C++11 onwards
8505 | MEMBER bool StringRead(const std::WSTR& code, const std::WSTR& dir)
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In constructor ‘SourceTree<GC>::SourceTree(STStatic<SourceTree<GC>, GC>*, const int*, SourceTree<GC>*, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:366:33: error: ‘myname’ was not declared in this scope; did you mean ‘tzname’?
366 | myname = *name;
| ^~~~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::necessaryToken(Source<GC>&, SourceTree<GC>&, TokenKind)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:410:64: error: there are no arguments to ‘TokentToStr’ that depend on a template parameter, so a declaration of ‘TokentToStr’ must be available [-fpermissive]
410 | if(s.GetToken(st) != tkn) return gaarimasen(s, TokentToStr(tkn));
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void SourceTree<GC>::AddNameTable(NameTable&, const int&, intptr_t, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:419:39: error: ‘struct NameTable’ has no member named ‘chara’
419 | if(nt.next[i].chara == name[nidx]){
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:419:52: error: invalid types ‘const int[const intptr_t {aka const int}]’ for array subscript
419 | if(nt.next[i].chara == name[nidx]){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:420:53: error: request for member ‘size’ in ‘name’, which is of non-class type ‘const int’
420 | if(nidx == IDX(name.size())-1){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:428:28: error: invalid types ‘const int[const intptr_t {aka const int}]’ for array subscript
428 | nt.add(name[nidx], INTPTR_MIN);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:429:37: error: request for member ‘size’ in ‘name’, which is of non-class type ‘const int’
429 | if(nidx == IDX(name.size())-1){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘intptr_t SourceTree<GC>::NameToIdx(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:439:25: error: request for member ‘size’ in ‘name’, which is of non-class type ‘const int’
439 | if(name.size() <= 0) return INTPTR_MIN;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:442:48: error: ‘struct NameTable’ has no member named ‘chara’
442 | if(nt->next[j].chara == name[i]) break;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:442:61: error: invalid types ‘const int[intptr_t {aka int}]’ for array subscript
442 | if(nt->next[j].chara == name[i]) break;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:445:44: error: request for member ‘size’ in ‘name’, which is of non-class type ‘const int’
445 | if(++i >= IDX(name.size())) break;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/ssz.cpp:158:38: note: in definition of macro ‘IDX’
158 | #define IDX(i) static_cast<intptr_t>(i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘intptr_t SourceTree<GC>::AddHiddenHensuu(const std::__cxx11::basic_string<int>&, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:457:27: error: request for member ‘push_back’ in ‘((SourceTree<GC>*)this)->SourceTree<GC>::hensuname’, which is of non-class type ‘int’
457 | hensuname.push_back(std::WSTR(L("0")));
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:457:42: note: in expansion of macro ‘WSTR’
457 | hensuname.push_back(std::WSTR(L("0")));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:457:42: note: in expansion of macro ‘WSTR’
457 | hensuname.push_back(std::WSTR(L("0")));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:457:47: note: in expansion of macro ‘L’
457 | hensuname.push_back(std::WSTR(L("0")));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::AddHensuu(std::__cxx11::basic_string<int>&, const int&, intptr_t, Src&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:466:30: error: request for member ‘size’ in ‘name’, which is of non-class type ‘const int’
466 | name.size() >= 2
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:467:38: error: request for member ‘size’ in ‘name’, which is of non-class type ‘const int’
467 | && name[name.size()-2] == L('_') && name[name.size()-1] == L('t');
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:467:51: note: in expansion of macro ‘L’
467 | && name[name.size()-2] == L('_') && name[name.size()-1] == L('t');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:468:54: error: expected ‘)’ before '0'
468 | if(b != (type[0] == TYPE_TOKEN) || L('0') <= name[0] && name[0] <= L('9')){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:468:19: note: to match this ‘(’
468 | if(b != (type[0] == TYPE_TOKEN) || L('0') <= name[0] && name[0] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:469:30: note: in expansion of macro ‘WSTR’
469 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:469:30: note: in expansion of macro ‘WSTR’
469 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:470:25: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
470 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:477:30: note: in expansion of macro ‘WSTR’
477 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:477:30: note: in expansion of macro ‘WSTR’
477 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:478:25: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
478 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:485:34: error: ‘it’ does not name a type; did you mean ‘int’?
485 | for(auto it = type.begin(); it != type.end(); it++){
| ^~
| int
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:485:53: error: expected ‘;’ before ‘it’
485 | for(auto it = type.begin(); it != type.end(); it++){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:485:53: error: ‘it’ was not declared in this scope; did you mean ‘int’?
485 | for(auto it = type.begin(); it != type.end(); it++){
| ^~
| int
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:489:59: error: expected ‘)’ before string constant
489 | L("The reference type '*' can only be used for local variables."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:488:62: note: to match this ‘(’
488 | src.addErrMes(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:506:27: error: request for member ‘push_back’ in ‘((SourceTree<GC>*)this)->SourceTree<GC>::hensuname’, which is of non-class type ‘int’
506 | hensuname.push_back(name);
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘SourceTree<GC>* SourceTree<GC>::GetChild(const int*, bool, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:518:42: note: in expansion of macro ‘L’
518 | (L('0') <= (*name)[0] && (*name)[0] <= L('9')) || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:518:44: error: expected ‘)’ before '0'
518 | (L('0') <= (*name)[0] && (*name)[0] <= L('9')) || (
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:518:41: note: to match this ‘(’
518 | (L('0') <= (*name)[0] && (*name)[0] <= L('9')) || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:524:25: error: expected ‘)’ before ‘if’
524 | if(fukakutei){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:517:41: note: to match this ‘(’
517 | !any && (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:528:26: error: expected ‘)’ before ‘else’
528 | }else{
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:516:27: note: to match this ‘(’
516 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:531:17: error: expected primary-expression before ‘}’ token
531 | }
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ZeroHajimari(uint64_t&, const int*, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:546:22: note: in expansion of macro ‘L’
546 | case L('b'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:546:24: error: expected ‘:’ before 'b'
546 | case L('b'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:546:28: error: expected ‘;’ before ‘:’ token
546 | case L('b'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:547:49: error: expected ‘;’ before ‘)’ token
547 | for(i = 1; i < tlen; i++){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:556:24: error: expected ‘:’ before 'd'
556 | case L('d'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:556:28: error: expected ‘;’ before ‘:’ token
556 | case L('d'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:557:49: error: expected ‘;’ before ‘)’ token
557 | for(i = 1; i < tlen; i++){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:566:24: error: expected ‘:’ before 'o'
566 | case L('o'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:566:28: error: expected ‘;’ before ‘:’ token
566 | case L('o'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:567:49: error: expected ‘;’ before ‘)’ token
567 | for(i = 1; i < tlen; i++){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:576:24: error: expected ‘:’ before 'x'
576 | case L('x'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:576:28: error: expected ‘;’ before ‘:’ token
576 | case L('x'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:577:49: error: expected ‘;’ before ‘)’ token
577 | for(i = 1; i < tlen; i++){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::Suuji(std::__cxx11::basic_string<int>&, Src&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:602:53: note: in expansion of macro ‘L’
602 | || src.source[src.sst.i] != L('.')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:602:55: error: expected ‘)’ before '.'
602 | || src.source[src.sst.i] != L('.')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:601:20: note: to match this ‘(’
601 | if (src.sst.i >= IDX(src.src.size())
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:606:56: error: expected ‘)’ before '0'
606 | if (src.source[src.sst.t] == L('0')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:606:28: note: to match this ‘(’
606 | if (src.source[src.sst.t] == L('0')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:621:57: error: expected ‘)’ before string constant
621 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:621:54: note: to match this ‘(’
621 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:627:47: error: expected ‘)’ before '0'
627 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:627:44: note: to match this ‘(’
627 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:629:75: error: expected ‘;’ before '0'
629 | ui64 += src.source[i] - L('0');
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:632:65: error: expected ‘)’ before string constant
632 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:632:62: note: to match this ‘(’
632 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:645:29: note: in expansion of macro ‘L’
645 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:645:31: error: expected ‘)’ before '0'
645 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:645:28: note: to match this ‘(’
645 | if (L('0') <= src.source[i] && src.source[i] <= L('9')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:647:58: error: expected ‘;’ before '0'
647 | f64 += src.source[i] - L('0');
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:650:49: error: expected ‘)’ before string constant
650 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:650:46: note: to match this ‘(’
650 | src.addErrMes(L("Identifiers starting with numbers cannot be used."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:656:39: note: in expansion of macro ‘L’
656 | src.addErrMes(L("'0' required after decimal point."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:661:60: note: in expansion of macro ‘L’
661 | baisei += (double)(src.source[i] - L('0'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:661:62: error: expected ‘)’ before '0'
661 | baisei += (double)(src.source[i] - L('0'));
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:661:43: note: to match this ‘(’
661 | baisei += (double)(src.source[i] - L('0'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:665:46: note: in expansion of macro ‘L’
665 | if (src.source[src.sst.i] != L('E')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:665:48: error: expected ‘)’ before 'E'
665 | if (src.source[src.sst.i] != L('E')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:665:20: note: to match this ‘(’
665 | if (src.source[src.sst.i] != L('E')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:674:56: error: expected ‘)’ before '-'
674 | if (src.source[src.sst.i] == L('-')) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:674:28: note: to match this ‘(’
674 | if (src.source[src.sst.i] == L('-')) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:678:43: error: ‘i’ does not name a type
678 | for (auto i = src.sst.t; i < src.sst.i; i++) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:678:58: error: expected ‘;’ before ‘i’
678 | for (auto i = src.sst.t; i < src.sst.i; i++) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:678:58: error: ‘i’ was not declared in this scope
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:689:64: error: expected ‘)’ before '+'
689 | if (src.source[src.sst.i] == L('+')) src.sst.i++;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:689:36: note: to match this ‘(’
689 | if (src.source[src.sst.i] == L('+')) src.sst.i++;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:692:43: error: ‘i’ does not name a type
692 | for (auto i = src.sst.t; i < src.sst.i; i++) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:692:58: error: expected ‘;’ before ‘i’
692 | for (auto i = src.sst.t; i < src.sst.i; i++) {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:692:58: error: ‘i’ was not declared in this scope
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘intptr_t SourceTree<GC>::CheckJunkan(std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:883:41: note: in expansion of macro ‘L’
883 | (fi = GetFuncId(L("break"), false)) < 0
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:893:23: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘pop_back’; did you mean ‘push_back’?
893 | idary.pop_back();
| ^~~~~~~~
| push_back
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘SourceTree<GC>* SourceTree<GC>::IjouTansaku(const int&, intptr_t&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:926:34: error: ‘i’ does not name a type
926 | for(auto i = funchensuu.begin(); i != funchensuu.end(); ++i){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:926:58: error: expected ‘;’ before ‘i’
926 | for(auto i = funchensuu.begin(); i != funchensuu.end(); ++i){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:926:58: error: ‘i’ was not declared in this scope; did you mean ‘fi’?
926 | for(auto i = funchensuu.begin(); i != funchensuu.end(); ++i){
| ^
| fi
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘SourceTree<GC>* SourceTree<GC>::GetIjousaki(intptr_t&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:952:44: error: ‘myname’ was not declared in this scope; did you mean ‘tzname’?
952 | return parent->IjouTansaku(myname, memberichi);
| ^~~~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘intptr_t SourceTree<GC>::TypeIdToSize(int32_t) const’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:996:39: error: ‘char16_t’ was not declared in this scope
996 | return sizeof(char16_t);
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void SourceTree<GC>::GetTemplateNameSub(int&) const’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1035:20: error: ‘myname’ was not declared in this scope; did you mean ‘tzname’?
1035 | if(myname[0] == L('\0')){
| ^~~~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1035:33: note: in expansion of macro ‘L’
1035 | if(myname[0] == L('\0')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1035:35: error: expected ‘)’ before '\x0'
1035 | if(myname[0] == L('\0')){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1035:19: note: to match this ‘(’
1035 | if(myname[0] == L('\0')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1039:33: error: request for member ‘back’ in ‘name’, which is of non-class type ‘int’
1039 | if(name.back() != L('!')) name += L(',');
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1039:45: error: expected ‘)’ before '!'
1039 | if(name.back() != L('!')) name += L(',');
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1039:27: note: to match this ‘(’
1039 | if(name.back() != L('!')) name += L(',');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1042:67: note: in expansion of macro ‘WCHR’
1042 | (myname.size()-TNT_OFFSET)*sizeof(WCHR)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1046:30: error: request for member ‘append’ in ‘name’, which is of non-class type ‘int’
1046 | name.append((WCHR*)r.atpos(), r.len()/sizeof(WCHR));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1046:43: error: expected primary-expression before ‘)’ token
1046 | name.append((WCHR*)r.atpos(), r.len()/sizeof(WCHR));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void SourceTree<GC>::TypeIdtoName(Reference&, int32_t) const’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1056:50: note: in expansion of macro ‘L’
1056 | PluginUtil::wstrToRef(r, L("byte"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1059:52: error: expected ‘)’ before string constant
1059 | PluginUtil::wstrToRef(r, L("ubyte"));
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1059:46: note: to match this ‘(’
1059 | PluginUtil::wstrToRef(r, L("ubyte"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1062:52: error: expected ‘)’ before string constant
1062 | PluginUtil::wstrToRef(r, L("short"));
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1062:46: note: to match this ‘(’
1062 | PluginUtil::wstrToRef(r, L("short"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1065:52: error: expected ‘)’ before string constant
1065 | PluginUtil::wstrToRef(r, L("ushort"));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1065:46: note: to match this ‘(’
1065 | PluginUtil::wstrToRef(r, L("ushort"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1068:52: error: expected ‘)’ before string constant
1068 | PluginUtil::wstrToRef(r, L("int"));
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1068:46: note: to match this ‘(’
1068 | PluginUtil::wstrToRef(r, L("int"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1071:52: error: expected ‘)’ before string constant
1071 | PluginUtil::wstrToRef(r, L("uint"));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1071:46: note: to match this ‘(’
1071 | PluginUtil::wstrToRef(r, L("uint"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1074:52: error: expected ‘)’ before string constant
1074 | PluginUtil::wstrToRef(r, L("long"));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1074:46: note: to match this ‘(’
1074 | PluginUtil::wstrToRef(r, L("long"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1077:52: error: expected ‘)’ before string constant
1077 | PluginUtil::wstrToRef(r, L("ulong"));
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1077:46: note: to match this ‘(’
1077 | PluginUtil::wstrToRef(r, L("ulong"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1080:52: error: expected ‘)’ before string constant
1080 | PluginUtil::wstrToRef(r, L("float"));
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1080:46: note: to match this ‘(’
1080 | PluginUtil::wstrToRef(r, L("float"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1083:52: error: expected ‘)’ before string constant
1083 | PluginUtil::wstrToRef(r, L("double"));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1083:46: note: to match this ‘(’
1083 | PluginUtil::wstrToRef(r, L("double"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1086:52: error: expected ‘)’ before string constant
1086 | PluginUtil::wstrToRef(r, L("char"));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1086:46: note: to match this ‘(’
1086 | PluginUtil::wstrToRef(r, L("char"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1089:52: error: expected ‘)’ before string constant
1089 | PluginUtil::wstrToRef(r, L("bool"));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1089:46: note: to match this ‘(’
1089 | PluginUtil::wstrToRef(r, L("bool"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1092:52: error: expected ‘)’ before string constant
1092 | PluginUtil::wstrToRef(r, L("index"));
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1092:46: note: to match this ‘(’
1092 | PluginUtil::wstrToRef(r, L("index"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1095:52: error: expected ‘)’ before string constant
1095 | PluginUtil::wstrToRef(r, L("func"));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1095:46: note: to match this ‘(’
1095 | PluginUtil::wstrToRef(r, L("func"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1098:52: error: expected ‘)’ before string constant
1098 | PluginUtil::wstrToRef(r, L("method"));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1098:46: note: to match this ‘(’
1098 | PluginUtil::wstrToRef(r, L("method"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1101:52: error: expected ‘)’ before string constant
1101 | PluginUtil::wstrToRef(r, L("~"));
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1101:46: note: to match this ‘(’
1101 | PluginUtil::wstrToRef(r, L("~"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1104:52: error: expected ‘)’ before string constant
1104 | PluginUtil::wstrToRef(r, L("^"));
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1104:46: note: to match this ‘(’
1104 | PluginUtil::wstrToRef(r, L("^"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1107:52: error: expected ‘)’ before string constant
1107 | PluginUtil::wstrToRef(r, L("%"));
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1107:46: note: to match this ‘(’
1107 | PluginUtil::wstrToRef(r, L("%"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1110:52: error: expected ‘)’ before string constant
1110 | PluginUtil::wstrToRef(r, L("ref"));
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1110:46: note: to match this ‘(’
1110 | PluginUtil::wstrToRef(r, L("ref"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1113:52: error: expected ‘)’ before string constant
1113 | PluginUtil::wstrToRef(r, L("list"));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1113:46: note: to match this ‘(’
1113 | PluginUtil::wstrToRef(r, L("list"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1116:52: error: expected ‘)’ before string constant
1116 | PluginUtil::wstrToRef(r, L("void"));
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1116:46: note: to match this ‘(’
1116 | PluginUtil::wstrToRef(r, L("void"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1119:52: error: expected ‘)’ before string constant
1119 | PluginUtil::wstrToRef(r, L("$"));
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1119:46: note: to match this ‘(’
1119 | PluginUtil::wstrToRef(r, L("$"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1123:38: note: in expansion of macro ‘WSTR’
1123 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1123:38: note: in expansion of macro ‘WSTR’
1123 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1126:49: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
1126 | tmp = L("thread!");
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1135:49: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
1135 | tmp = L("<UNKNOWN>");
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1140:49: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
1140 | tmp = L('&');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1149:57: error: expected ‘;’ before '|'
1149 | tmp = L('|');
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1170:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
1170 | tmp = L("<UNKNOWN>");
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1172:58: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
1172 | PluginUtil::wstrToRef(r, tmp);
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::YuruiKataCheckSub(const intptr_t*, intptr_t, intptr_t&, const intptr_t*, intptr_t, intptr_t&, const int&, intptr_t) const’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1216:84: note: in expansion of macro ‘L’
1216 | filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1221:76: note: in expansion of macro ‘L’
1221 | filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1227:76: note: in expansion of macro ‘L’
1227 | filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1237:79: note: in expansion of macro ‘L’
1237 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1261:79: note: in expansion of macro ‘L’
1261 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1267:71: note: in expansion of macro ‘L’
1267 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::YuruiKataCheck(const std::__cxx11::basic_string<int>&, const std::__cxx11::basic_string<int>&, const int&, intptr_t) const’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1301:63: note: in expansion of macro ‘L’
1301 | stat->ss->emes.Add(filename, gyousuu, L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In static member function ‘static bool SourceTree<GC>::KansuuKata(const SourceTree<GC>*, const std::__cxx11::basic_string<int>&, std::vector<std::__cxx11::basic_string<int> >&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1357:22: error: ‘kktop’ does not name a type
1357 | auto kktop = i;
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1367:56: error: ‘kktop’ was not declared in this scope
1367 | return KansuuKataSub(katmari.data(), i=kktop, waketa);
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::GblhaniSet(Src&, const SourceTree<GC>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1371:22: error: ‘hani’ does not name a type
1371 | auto hani =
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1373:20: error: ‘hani’ was not declared in this scope
1373 | if(hani < 0 || hani == INTPTR_MAX) hani = root->funchensuu.size();
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1374:30: error: ‘hani’ was not declared in this scope
1374 | if(gblhani > hani){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1378:41: note: in expansion of macro ‘L’
1378 | L("A function that uses global variables that may not have been initialized."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::MbrhaniSet(Src&, const SourceTree<GC>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1398:49: note: in expansion of macro ‘L’
1398 | L("A function that uses member variables may not be initialized."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::FuncTypeGet(Src&, std::__cxx11::basic_string<int>&, bool, const SourceTree<GC>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1413:39: note: in expansion of macro ‘L’
1413 | src.addErrMes(L("root cannot be made into a function pointer."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1418:33: note: in expansion of macro ‘L’
1418 | L("Cannot be converted into a function pointer because the signature has not been determined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1431:30: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
1431 | type.back() = SHOUKAKKOCLOSE_TOKEN;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In static member function ‘static bool SourceTree<GC>::ConstCast(std::__cxx11::basic_string<int>&, TYPE&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1510:37: error: ‘char16_t’ was not declared in this scope
1510 | x = (TYPE)*(char16_t*)(last.data()+tmpi);
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1510:46: error: expected primary-expression before ‘)’ token
1510 | x = (TYPE)*(char16_t*)(last.data()+tmpi);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘intptr_t SourceTree<GC>::CastConst(int32_t, const void*, int32_t, void*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1610:27: error: ‘char16_t’ was not declared in this scope
1610 | *(char16_t*)dstd = *(char16_t*)srcd;
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1610:36: error: expected primary-expression before ‘)’ token
1610 | *(char16_t*)dstd = *(char16_t*)srcd;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In static member function ‘static bool SourceTree<GC>::ConstCaster(std::__cxx11::basic_string<int>&, const std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1633:25: error: ‘char16_t’ does not name a type
1633 | char16_t _char;
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1754:48: error: ‘char16_t’ was not declared in this scope
1754 | tmpi + (sizeof(char16_t)+sizeof(intptr_t)-1)/sizeof(intptr_t));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1755:36: error: expected primary-expression before ‘)’ token
1755 | *(char16_t*)(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1784:55: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
1784 | intptr_t pmpip = last.back();
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1816:55: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
1816 | intptr_t pmpip = last.back();
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ConstNanikaPath(Src&, std::__cxx11::basic_string<int>&, SourceTree<GC>&, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1831:22: error: ‘ci’ does not name a type
1831 | auto ci =
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1834:20: error: ‘ci’ was not declared in this scope
1834 | if(ci < 0) return false;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1835:22: error: ‘pst’ does not name a type
1835 | auto pst = stat->funclist.Get(ci);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1836:24: error: ‘pst’ was not declared in this scope
1836 | switch(pst->selftype){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1859:38: note: in expansion of macro ‘WSTR’
1859 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1859:38: note: in expansion of macro ‘WSTR’
1859 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1860:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
1860 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1861:38: error: ‘phs’ does not name a type
1861 | auto phs = pst->GetHensuu(name, true);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1862:36: error: ‘phs’ was not declared in this scope
1862 | if(phs == nullptr){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1863:46: note: in expansion of macro ‘WSTR’
1863 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1863:46: note: in expansion of macro ‘WSTR’
1863 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1864:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
1864 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1864:47: note: in expansion of macro ‘L’
1864 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1870:40: error: ‘phs’ was not declared in this scope
1870 | last = phs->type;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1879:38: note: in expansion of macro ‘WSTR’
1879 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1879:38: note: in expansion of macro ‘WSTR’
1879 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1880:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
1880 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1881:38: error: ‘phs’ does not name a type
1881 | auto phs = pst->GetHensuu(name, true);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1882:36: error: ‘phs’ was not declared in this scope
1882 | if(phs == nullptr){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1883:46: note: in expansion of macro ‘WSTR’
1883 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1883:46: note: in expansion of macro ‘WSTR’
1883 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1884:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
1884 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1884:47: note: in expansion of macro ‘L’
1884 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1890:40: error: ‘phs’ was not declared in this scope
1890 | last = phs->type;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1894:39: note: in expansion of macro ‘L’
1894 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ArgSub(Src&, std::__cxx11::basic_string<int>*, SourceTree<GC>*, std::__cxx11::basic_string<int>&, TokenKind&, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1924:38: note: in expansion of macro ‘WSTR’
1924 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1924:38: note: in expansion of macro ‘WSTR’
1924 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1925:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
1925 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1926:38: error: ‘size’ does not name a type; did you mean ‘size_t’?
1926 | auto size = GetTypeSize(type);
| ^~~~
| size_t
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1927:36: error: ‘size’ was not declared in this scope
1927 | if(size < 0){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1928:55: note: in expansion of macro ‘L’
1928 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1931:64: error: ‘size’ was not declared in this scope
1931 | if(!pst->AddHensuu(type, name, size, src)) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1935:35: error: expected ‘(’ before ‘each’
1935 | if (!refstar) for each(auto it in type){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1935:39: warning: C++11 auto only available with ‘-std=c++11’ or ‘-std=gnu++11’ [-Wc++11-extensions]
1935 | if (!refstar) for each(auto it in type){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1935:40: error: expected primary-expression before ‘auto’
1935 | if (!refstar) for each(auto it in type){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1935:35: error: there are no arguments to ‘each’ that depend on a template parameter, so a declaration of ‘each’ must be available [-fpermissive]
1935 | if (!refstar) for each(auto it in type){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1935:56: error: expected ‘;’ before ‘{’ token
1935 | if (!refstar) for each(auto it in type){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1947:17: error: expected primary-expression before ‘if’
1947 | if (tk != nullptr) *tk += type;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1947:17: error: expected ‘;’ before ‘if’
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1947:17: error: expected primary-expression before ‘if’
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1947:17: error: expected ‘)’ before ‘if’
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1935:35: note: to match this ‘(’
1935 | if (!refstar) for each(auto it in type){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1951:41: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
1951 | if(type.back() != ~DAINYUU_TOKEN){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1952:55: note: in expansion of macro ‘L’
1952 | src.addErrMes(L("'=' is invalid."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1956:41: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
1956 | if(type.back() == ~DAINYUU_TOKEN) return gaarimasen(src, L("="));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1956:90: note: in expansion of macro ‘L’
1956 | if(type.back() == ~DAINYUU_TOKEN) return gaarimasen(src, L("="));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1966:47: note: in expansion of macro ‘L’
1966 | src.addErrMes(L("Anonymous functions cannot be passed by reference."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1973:47: note: in expansion of macro ‘L’
1973 | src.addErrMes(L("Thread type cannot be passed by value."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘intptr_t SourceTree<GC>::delegate(Src&, std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1994:39: note: in expansion of macro ‘L’
1994 | src.addErrMes(L("Globally anonymous functions cannot be defined."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1998:22: error: ‘pst’ does not name a type
1998 | auto pst = BlockOpen(nullptr, DELEGATE_BLOCK, false, true);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:1999:20: error: ‘pst’ was not declared in this scope
1999 | if(pst == nullptr){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2000:39: note: in expansion of macro ‘L’
2000 | src.addErrMes(L("This is a strange error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2003:17: error: ‘pst’ was not declared in this scope
2003 | pst->srce = &src;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2007:22: error: ‘kin’ does not name a type
2007 | auto kin = src.GetToken(*this);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2008:31: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
2008 | bool tenten = kin == TENTEN_TOKEN;
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2017:55: error: ‘>>’ should be ‘> >’ within a nested template argument list
2017 | std::vector<std::basic_string<intptr_t>> waketa;
| ^~
| > >
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2023:47: note: in expansion of macro ‘L’
2023 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2036:55: note: in expansion of macro ‘L’
2036 | src.addErrMes(L("Too few arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2054:47: note: in expansion of macro ‘L’
2054 | src.addErrMes(L("Too many arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2105:21: error: expected ‘(’ before ‘each’
2105 | for each(auto it in pst->rettype){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2105:25: warning: C++11 auto only available with ‘-std=c++11’ or ‘-std=gnu++11’ [-Wc++11-extensions]
2105 | for each(auto it in pst->rettype){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2105:26: error: expected primary-expression before ‘auto’
2105 | for each(auto it in pst->rettype){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2105:21: error: there are no arguments to ‘each’ that depend on a template parameter, so a declaration of ‘each’ must be available [-fpermissive]
2105 | for each(auto it in pst->rettype){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2105:50: error: expected ‘;’ before ‘{’ token
2105 | for each(auto it in pst->rettype){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2118:17: error: expected primary-expression before ‘if’
2118 | if(!necessaryToken(src, *this, CHUUKAKKOOPEN_TOKEN)) return -1;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2118:17: error: expected ‘)’ before ‘if’
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2105:21: note: to match this ‘(’
2105 | for each(auto it in pst->rettype){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2120:22: error: ‘ret’ does not name a type
2120 | auto ret = children.size()-1;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2121:23: error: ‘ret’ was not declared in this scope
2121 | tk += ret;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::Literal(Src&, const std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2132:39: note: in expansion of macro ‘L’
2132 | src.addErrMes(L("It is no longer possible to allocate additional literal space for arrays."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2137:22: error: ‘kin’ does not name a type
2137 | auto kin = src.GetToken(*this);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2138:20: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
2138 | if(kin != DAIKAKKOCLOSE_TOKEN) for(;;){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2145:47: note: in expansion of macro ‘L’
2145 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void SourceTree<GC>::addStaticString(const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2188:43: error: request for member ‘data’ in ‘str’, which is of non-class type ‘const int’
2188 | plit->append((int8_t*)str.data(), str.size()*sizeof(WCHR));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2188:55: error: request for member ‘size’ in ‘str’, which is of non-class type ‘const int’
2188 | plit->append((int8_t*)str.data(), str.size()*sizeof(WCHR));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2188:69: note: in expansion of macro ‘WCHR’
2188 | plit->append((int8_t*)str.data(), str.size()*sizeof(WCHR));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ConstMojiretsu(Src&, const int&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2202:39: note: in expansion of macro ‘L’
2202 | src.addErrMes(L("It is no longer possible to allocate additional string literal space."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ConstCast(Src&, TokenKind, std::__cxx11::basic_string<int>&, SourceTree<GC>&, TokenKind, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2233:47: note: in expansion of macro ‘L’
2233 | src.addErrMes(L("Invalid casting."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘std::__cxx11::basic_string<signed char>* SourceTree<GC>::getLiteral(intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2243:30: error: ‘i’ does not name a type
2243 | auto i = root->stat->literallist.begin();
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2244:25: error: expected ‘;’ before ‘i’
2244 | i != root->stat->literallist.end(); ++i)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2244:25: error: ‘i’ was not declared in this scope
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ConstNanika(Src&, TokenKind, std::__cxx11::basic_string<int>&, SourceTree<GC>&, TokenKind, bool, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2264:47: note: in expansion of macro ‘L’
2264 | src.addErrMes(L("` cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2270:41: note: in expansion of macro ‘L’
2270 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2270:43: error: expected ‘)’ before '0'
2270 | L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2269:35: note: to match this ‘(’
2269 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2291:41: note: in expansion of macro ‘L’
2291 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2291:43: error: expected ‘)’ before '0'
2291 | L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2290:78: note: to match this ‘(’
2290 | src.GetToken(hkishiki) != OTHERKIND_TOKEN || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2296:25: error: expected ‘)’ before ‘{’ token
2296 | {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2289:27: note: to match this ‘(’
2289 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2309:28: note: in expansion of macro ‘L’
2309 | if(L('0') <= src.source[src.sst.t] && src.source[src.sst.t] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2309:30: error: expected ‘)’ before '0'
2309 | if(L('0') <= src.source[src.sst.t] && src.source[src.sst.t] <= L('9')){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2309:27: note: to match this ‘(’
2309 | if(L('0') <= src.source[src.sst.t] && src.source[src.sst.t] <= L('9')){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2313:38: note: in expansion of macro ‘WSTR’
2313 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2313:38: note: in expansion of macro ‘WSTR’
2313 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2314:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
2314 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2315:38: error: ‘oldsst’ does not name a type
2315 | auto oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2320:51: error: ‘oldsst’ was not declared in this scope
2320 | src.sst = oldsst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2330:46: error: ‘phs’ does not name a type
2330 | auto phs = GetHensuu(name, false);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2331:44: error: ‘phs’ was not declared in this scope
2331 | if(phs == nullptr){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2338:48: error: ‘phs’ was not declared in this scope
2338 | switch(phs->type[0]){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2341:73: error: expected ‘)’ before string constant
2341 | src.addErrMes(L("lib types have no values."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2341:70: note: to match this ‘(’
2341 | src.addErrMes(L("lib types have no values."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2346:67: error: expected ‘)’ before '0'
2346 | L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2345:102: note: to match this ‘(’
2345 | src.GetToken(hkishiki) != OTHERKIND_TOKEN || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2351:49: error: expected ‘)’ before ‘if’
2351 | if(
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2344:51: note: to match this ‘(’
2344 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2371:59: error: expected ‘)’ before string constant
2371 | L("You are trying to use something other than a constant in a constant expression."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2370:62: note: to match this ‘(’
2370 | src.addErrMes(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2381:38: note: in expansion of macro ‘WSTR’
2381 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2381:38: note: in expansion of macro ‘WSTR’
2381 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2383:61: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
2383 | if(!hkishiki.MjiretuLiteral(name, src)) return false;
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2385:66: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
2385 | if(!hkishiki.ConstMojiretsu(src, name, last)) return false;
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2392:33: note: in expansion of macro ‘WCHR’
2392 | WCHR wc;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2393:51: error: ‘wc’ was not declared in this scope
2393 | if(!hkishiki.Moji(wc, src)) return false;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2394:41: error: ‘wc’ was not declared in this scope
2394 | last += wc;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2422:38: error: ‘size’ does not name a type; did you mean ‘size_t’?
2422 | auto size = GetTypeSize(type);
| ^~~~
| size_t
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2423:36: error: ‘size’ was not declared in this scope
2423 | if(size < 0){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2424:55: note: in expansion of macro ‘L’
2424 | src.addErrMes(L("Can't ask for size."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2435:37: error: ‘size’ was not declared in this scope
2435 | ) = size;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2453:38: error: ‘ti’ does not name a type; did you mean ‘tm’?
2453 | auto ti = GetTypeId(type);
| ^~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2454:36: error: ‘ti’ was not declared in this scope; did you mean ‘tm’?
2454 | if(ti == UNKNOWN_TYPEID){
| ^~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2455:55: note: in expansion of macro ‘L’
2455 | src.addErrMes(L("Not asked for type ID"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2466:63: error: ‘ti’ was not declared in this scope; did you mean ‘tm’?
2466 | / sizeof(intptr_t)) = ti;
| ^~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2490:47: note: in expansion of macro ‘L’
2490 | src.addErrMes(L("Empty parentheses."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2528:62: error: ‘ti’ does not name a type; did you mean ‘tm’?
2528 | auto ti = TokenToTypeId(type.data(), idx);
| ^~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2530:65: error: ‘ti’ was not declared in this scope; did you mean ‘tm’?
2530 | ti >= 0 && ti <= ENDCLASS_TYPEID
| ^~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2553:75: error: expected ‘)’ before string constant
2553 | L("Cannot be cast to this type."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2552:78: note: to match this ‘(’
2552 | src.addErrMes(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2566:57: error: expected ‘)’ before string constant
2566 | src.addErrMes(L("',' is not allowed."));
| ^~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2566:54: note: to match this ‘(’
2566 | src.addErrMes(L("',' is not allowed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2614:55: note: in expansion of macro ‘L’
2614 | src.addErrMes(L("'!' cannot be used with floating point types."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2621:55: note: in expansion of macro ‘L’
2621 | src.addErrMes(L("'!' cannot be used with floating point types."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2627:52: error: ‘char16_t’ was not declared in this scope
2627 | TankouConst(kin, *(char16_t*)(last.data()+2));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2627:61: error: expected primary-expression before ‘)’ token
2627 | TankouConst(kin, *(char16_t*)(last.data()+2));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2634:55: note: in expansion of macro ‘L’
2634 | src.addErrMes(L("A sign cannot be attached to bool type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2641:91: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
2641 | std::basic_string<int8_t>* lite = getLiteral(last.back());
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2643:63: note: in expansion of macro ‘L’
2643 | src.addErrMes(L("Strange error"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2647:46: error: ‘size’ does not name a type; did you mean ‘size_t’?
2647 | auto size = TypeIdToSize(TokenToTypeId(last.data(), idx));
| ^~~~
| size_t
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2654:51: error: ‘size’ was not declared in this scope
2654 | / size;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2675:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2675 | src, IntToString((int64_t)*(int8_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2681:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2681 | src, IntToString((int64_t)*(int16_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2687:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2687 | src, IntToString((int64_t)*(int32_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2693:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2693 | src, IntToString(*(int64_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2699:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2699 | src, IntToString((int64_t)*(uint8_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2705:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2705 | src, IntToString((int64_t)*(uint16_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2711:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2711 | src, IntToString((int64_t)*(uint32_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2717:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2717 | src, IntToString(*(uint64_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2723:62: error: there are no arguments to ‘IntToString’ that depend on a template parameter, so a declaration of ‘IntToString’ must be available [-fpermissive]
2723 | src, IntToString((int64_t)*(intptr_t*)(last.data()+2)),
| ^~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2729:62: error: there are no arguments to ‘FloatToString’ that depend on a template parameter, so a declaration of ‘FloatToString’ must be available [-fpermissive]
2729 | src, FloatToString(*(float*)(last.data()+2)),
| ^~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2735:62: error: there are no arguments to ‘FloatToString’ that depend on a template parameter, so a declaration of ‘FloatToString’ must be available [-fpermissive]
2735 | src, FloatToString(*(double*)(last.data()+2)),
| ^~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2741:77: error: ‘char16_t’ was not declared in this scope
2741 | src, CharToString(*(char16_t*)(last.data()+2)),
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2741:86: error: expected primary-expression before ‘)’ token
2741 | src, CharToString(*(char16_t*)(last.data()+2)),
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2741:62: error: there are no arguments to ‘CharToString’ that depend on a template parameter, so a declaration of ‘CharToString’ must be available [-fpermissive]
2741 | src, CharToString(*(char16_t*)(last.data()+2)),
| ^~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2747:62: error: there are no arguments to ‘BoolToString’ that depend on a template parameter, so a declaration of ‘BoolToString’ must be available [-fpermissive]
2747 | src, BoolToString(*(bool*)(last.data()+2)),
| ^~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2763:30: error: ‘oldsst’ does not name a type
2763 | auto oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2766:56: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
2766 | lite = getLiteral(last.back());
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2768:55: note: in expansion of macro ‘L’
2768 | src.addErrMes(L("Strange error"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2776:55: note: in expansion of macro ‘L’
2776 | src.addErrMes(L("Size is 0."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2796:71: note: in expansion of macro ‘L’
2796 | src.addErrMes(L(",' is not allowed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2804:71: note: in expansion of macro ‘L’
2804 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2810:52: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
2810 | idx = last.back();
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2830:43: error: ‘oldsst’ was not declared in this scope; did you mean ‘oldlast’?
2830 | src.sst = oldsst;
| ^~~~~~
| oldlast
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2833:30: error: ‘oldsst’ does not name a type
2833 | auto oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:2844:55: note: in expansion of macro ‘L’
2844 | src.addErrMes(L("Constant error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::NikouConstRef(TokenKind, intptr_t, std::__cxx11::basic_string<int>&, intptr_t)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3114:38: error: ‘litx’ does not name a type
3114 | auto litx = getLiteral(x), lity = getLiteral(y);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3116:41: error: ‘litx’ was not declared in this scope
3116 | litx->data()+sizeof(Reference)+sizeof(HeapObjHead),
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3119:41: error: ‘lity’ was not declared in this scope
3119 | lity->data()+sizeof(Reference)+sizeof(HeapObjHead),
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3121:38: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3121 | test.back() = stat->literaltotal;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::EnzanConst(TokenKind, std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3209:48: error: ‘char16_t’ was not declared in this scope
3209 | kin, *(char16_t*)(test.data()+tmpi), test,
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3209:57: error: expected primary-expression before ‘)’ token
3209 | kin, *(char16_t*)(test.data()+tmpi), test,
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3210:52: error: expected primary-expression before ‘)’ token
3210 | *(char16_t*)(last.data()+tmpi))) return false;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3221:63: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3221 | kin, *(int32_t*)&test.back(), test,
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3222:58: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3222 | *(int32_t*)&last.back())) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3227:51: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3227 | kin, test.back(), test, last.back())) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3227:70: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3227 | kin, test.back(), test, last.back())) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3232:51: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3232 | kin, test.back(), test, last.back())) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3232:70: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3232 | kin, test.back(), test, last.back())) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3237:51: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3237 | kin, test.back(), test, last.back())) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3237:70: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3237 | kin, test.back(), test, last.back())) return false;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ConstShiki(Src&, TokenKind, TokenKind, std::__cxx11::basic_string<int>&, TokenKind, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3249:22: error: ‘kin’ does not name a type
3249 | auto kin = oskin;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3250:20: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
3250 | if(kin != end){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3254:30: error: ‘oldsst’ does not name a type
3254 | auto oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3333:38: error: ‘tmp’ does not name a type; did you mean ‘tm’?
3333 | auto tmp = src.sst;
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3341:63: note: in expansion of macro ‘L’
3341 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3353:75: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
3353 | src.sst = tmp;
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3360:80: note: in expansion of macro ‘L’
3360 | return gaarimasen(src, L(":"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3370:75: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
3370 | src.sst = tmp;
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3384:75: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
3384 | src.sst = tmp;
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3391:80: note: in expansion of macro ‘L’
3391 | return gaarimasen(src, L(":"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3401:75: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
3401 | src.sst = tmp;
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3417:59: error: ‘oldsst’ was not declared in this scope
3417 | src.sst = oldsst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3421:63: note: in expansion of macro ‘L’
3421 | src.addErrMes(L("Constant error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3425:33: error: ‘oldsst’ was not declared in this scope
3425 | oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3441:25: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
3441 | kin != end && (end != COLON_TOKEN || kin != COLOYAJIRUSHI_TOKEN)
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::NanikaPath(std::__cxx11::basic_string<int>&, intptr_t, Src&, bool, SourceTree<GC>&, TokenKind, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3497:22: error: ‘fi’ does not name a type
3497 | auto fi =
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3499:20: error: ‘fi’ was not declared in this scope
3499 | if(fi < 0) return false;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3500:22: error: ‘pst’ does not name a type
3500 | auto pst = stat->funclist.Get(fi);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3501:24: error: ‘pst’ was not declared in this scope
3501 | switch(pst->selftype){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3522:63: note: in expansion of macro ‘L’
3522 | src.addErrMes(L("Root cannot be called."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3530:63: note: in expansion of macro ‘L’
3530 | src.addErrMes(L("This function cannot be called."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3536:48: error: ‘fi’ was not declared in this scope
3536 | tk += ~fi;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3545:38: note: in expansion of macro ‘WSTR’
3545 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3545:38: note: in expansion of macro ‘WSTR’
3545 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3546:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
3546 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3547:38: error: ‘phs’ does not name a type
3547 | auto phs = pst->GetHensuu(name, true);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3548:36: error: ‘phs’ was not declared in this scope
3548 | if(phs == nullptr){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3549:46: note: in expansion of macro ‘WSTR’
3549 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3549:46: note: in expansion of macro ‘WSTR’
3549 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3550:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
3550 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3550:47: note: in expansion of macro ‘L’
3550 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3556:39: error: ‘phs’ was not declared in this scope
3556 | tk += phs->type;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3565:38: note: in expansion of macro ‘WSTR’
3565 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3565:38: note: in expansion of macro ‘WSTR’
3565 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3566:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
3566 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3567:38: error: ‘phs’ does not name a type
3567 | auto phs = pst->GetHensuu(name, true);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3568:36: error: ‘phs’ was not declared in this scope
3568 | if(phs == nullptr){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3569:46: note: in expansion of macro ‘WSTR’
3569 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3569:46: note: in expansion of macro ‘WSTR’
3569 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3570:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
3570 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3570:47: note: in expansion of macro ‘L’
3570 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3576:39: error: ‘phs’ was not declared in this scope
3576 | tk += phs->type;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3580:39: note: in expansion of macro ‘L’
3580 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::RefDotNanika(std::__cxx11::basic_string<int>&, intptr_t, Src&, const intptr_t*, TokenKind, bool&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3593:47: note: in expansion of macro ‘L’
3593 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3600:38: error: ‘ci’ does not name a type
3600 | auto ci =
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3603:36: error: ‘ci’ was not declared in this scope
3603 | if(ci < 0){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3604:55: note: in expansion of macro ‘L’
3604 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3607:56: error: ‘ci’ was not declared in this scope
3607 | if(!stat->funclist.Get(ci)->GblhaniSet(src, *this)){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3611:42: error: ‘ci’ was not declared in this scope
3611 | (ci = stat->funclist.Get((int32_t)iap[1])
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3612:61: note: in expansion of macro ‘L’
3612 | ->GetFuncId(L("new"), true)) < 0)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3614:57: error: expected ‘)’ before string constant
3614 | src.addErrMes(L("Error."));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3614:54: note: to match this ‘(’
3614 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3617:56: error: ‘ci’ was not declared in this scope
3617 | if(!stat->funclist.Get(ci)->GblhaniSet(src, *this)){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3621:42: error: ‘ci’ was not declared in this scope
3621 | (ci = stat->funclist.Get((int32_t)iap[1])
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3622:61: note: in expansion of macro ‘L’
3622 | ->GetFuncId(L("break"), true)) < 0)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3624:57: error: expected ‘)’ before string constant
3624 | src.addErrMes(L("Error."));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3624:54: note: to match this ‘(’
3624 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3627:56: error: ‘ci’ was not declared in this scope
3627 | if(!stat->funclist.Get(ci)->GblhaniSet(src, *this)){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3631:42: error: ‘ci’ was not declared in this scope
3631 | (ci = stat->funclist.Get((int32_t)iap[1])
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3632:61: note: in expansion of macro ‘L’
3632 | ->GetFuncId(L("delete"), true)) < 0)
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3634:57: error: expected ‘)’ before string constant
3634 | src.addErrMes(L("Error."));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3634:54: note: to match this ‘(’
3634 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3637:56: error: ‘ci’ was not declared in this scope
3637 | if(!stat->funclist.Get(ci)->GblhaniSet(src, *this)){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3668:47: note: in expansion of macro ‘L’
3668 | src.addErrMes(L("'typesize' error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3675:47: note: in expansion of macro ‘L’
3675 | src.addErrMes(L("'typeid' error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3682:47: note: in expansion of macro ‘L’
3682 | src.addErrMes(L("'cast' error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3698:47: note: in expansion of macro ‘L’
3698 | src.addErrMes(L("'method' error"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3709:55: note: in expansion of macro ‘L’
3709 | src.addErrMes(L("No signature."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3717:41: note: in expansion of macro ‘L’
3717 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3717:43: error: expected ‘)’ before '0'
3717 | L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3716:75: note: to match this ‘(’
3716 | src.GetToken(*this) != OTHERKIND_TOKEN || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3723:25: error: expected ‘)’ before ‘tk’
3723 | tk += stat->literaltotal;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3715:27: note: to match this ‘(’
3715 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3725:38: note: in expansion of macro ‘WSTR’
3725 | std::WSTR str;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3725:38: note: in expansion of macro ‘WSTR’
3725 | std::WSTR str;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3726:48: error: ‘str’ was not declared in this scope; did you mean ‘std’?
3726 | src.appendTStr(str);
| ^~~
| std
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ClassNanika(std::__cxx11::basic_string<int>&, intptr_t, Src&, SourceTree<GC>&, const std::__cxx11::basic_string<int>&, intptr_t&, bool, TokenKind)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3758:53: note: in expansion of macro ‘L’
3758 | && (src.source[src.sst.t] < L('0') || src.source[src.sst.t] > L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3758:55: error: expected ‘)’ before '0'
3758 | && (src.source[src.sst.t] < L('0') || src.source[src.sst.t] > L('9')))
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3758:28: note: to match this ‘(’
3758 | && (src.source[src.sst.t] < L('0') || src.source[src.sst.t] > L('9')))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3769:18: error: expected ‘)’ before ‘else’
3769 | }else if(tkin == DAIKAKKOOPEN_TOKEN){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3756:19: note: to match this ‘(’
3756 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3778:9: warning: no return statement in function returning non-void [-Wreturn-type]
3778 | }
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::Moji(int&, Src&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3783:22: note: in expansion of macro ‘L’
3783 | case L('\''):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3783:24: error: expected ‘:’ before '''
3783 | case L('\''):
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3783:29: error: expected ‘;’ before ‘:’ token
3783 | case L('\''):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3785:24: error: expected ‘:’ before '\'
3785 | case L('\\'):
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3785:29: error: expected ‘;’ before ‘:’ token
3785 | case L('\\'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3789:37: note: in expansion of macro ‘L’
3789 | if(src.GetChar() != L('\'')) return koubuneraadesu(src);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3789:39: error: expected ‘)’ before '''
3789 | if(src.GetChar() != L('\'')) return koubuneraadesu(src);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3789:19: note: to match this ‘(’
3789 | if(src.GetChar() != L('\'')) return koubuneraadesu(src);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::withDelegate(std::__cxx11::basic_string<int>&, intptr_t, Src&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3798:22: error: ‘del’ does not name a type
3798 | auto del = delegate(src, tmptk, &type);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3799:20: error: ‘del’ was not declared in this scope; did you mean ‘Del’?
3799 | if(del < 0) return false;
| ^~~
| Del
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3801:50: error: ‘del’ was not declared in this scope; did you mean ‘Del’?
3801 | frp->funchensuu[children[del]->hensuidx[0]].type.back()
| ^~~
| Del
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::Object(std::__cxx11::basic_string<int>&, intptr_t, Src&, TokenKind, SourceTree<GC>&, const std::__cxx11::basic_string<int>&, intptr_t&, TokenKind)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3850:46: error: ‘oldkin’ does not name a type
3850 | auto oldkin = kin;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3855:49: error: ‘oldkin’ was not declared in this scope
3855 | oldkin == COLOYAJIRUSHI_TOKEN
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3889:71: note: in expansion of macro ‘L’
3889 | src.addErrMes(L("This is some kind of error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3928:57: error: ‘oldkin’ was not declared in this scope
3928 | oldkin == COLOYAJIRUSHI_TOKEN
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3937:71: note: in expansion of macro ‘L’
3937 | src.addErrMes(L("It's not a reference type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3971:49: note: in expansion of macro ‘L’
3971 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3971:51: error: expected ‘)’ before '0'
3971 | L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3970:86: note: to match this ‘(’
3970 | src.GetToken(hkishiki) != OTHERKIND_TOKEN || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3976:33: error: expected ‘)’ before ‘tk’
3976 | tk.pop_back();
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3969:35: note: to match this ‘(’
3969 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3999:48: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
3999 | if(typ.back() == ~DAINYUU_TOKEN) typ.pop_back();
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:3999:78: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘pop_back’; did you mean ‘push_back’?
3999 | if(typ.back() == ~DAINYUU_TOKEN) typ.pop_back();
| ^~~~~~~~
| push_back
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4004:55: note: in expansion of macro ‘L’
4004 | src.addErrMes(L("'.' is not allowed."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::Nanika(std::__cxx11::basic_string<int>&, intptr_t, Src&, TokenKind, bool, SourceTree<GC>&, TokenKind)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4089:22: note: in expansion of macro ‘WSTR’
4089 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4089:22: note: in expansion of macro ‘WSTR’
4089 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4100:47: note: in expansion of macro ‘L’
4100 | src.addErrMes(L("` cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4106:41: note: in expansion of macro ‘L’
4106 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4106:43: error: expected ‘)’ before '0'
4106 | L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4105:36: note: to match this ‘(’
4105 | if (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4121:55: note: in expansion of macro ‘L’
4121 | src.addErrMes(L("You cannot refer to anything other than the class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4136:41: note: in expansion of macro ‘L’
4136 | L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4136:43: error: expected ‘)’ before '0'
4136 | L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4135:78: note: to match this ‘(’
4135 | src.GetToken(hkishiki) != OTHERKIND_TOKEN || (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4141:25: error: expected ‘)’ before ‘{’ token
4141 | {
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4134:28: note: to match this ‘(’
4134 | if (
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4158:38: error: ‘ot’ does not name a type
4158 | auto ot = src.sst.t;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4159:38: error: ‘oi’ does not name a type
4159 | auto oi = src.sst.i;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4161:79: error: ‘ot’ was not declared in this scope; did you mean ‘root’?
4161 | switch (ki = src.specialTagToken(src.source + ot, oi - ot)) {
| ^~
| root
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4161:83: error: ‘oi’ was not declared in this scope; did you mean ‘ki’?
4161 | switch (ki = src.specialTagToken(src.source + ot, oi - ot)) {
| ^~
| ki
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4212:47: note: in expansion of macro ‘L’
4212 | src.addErrMes(L("Empty parentheses."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4244:57: error: expected ‘)’ before string constant
4244 | src.addErrMes(L("Cannot be cast to this type."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4244:54: note: to match this ‘(’
4244 | src.addErrMes(L("Cannot be cast to this type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4298:29: note: in expansion of macro ‘L’
4298 | if (L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4298:31: error: expected ‘)’ before '0'
4298 | if (L('0') <= src.source[src.sst.t]
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4298:28: note: to match this ‘(’
4298 | if (L('0') <= src.source[src.sst.t]
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4319:41: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
4319 | name.clear();
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4347:82: error: expected ‘)’ before string constant
4347 | return gaarimasen(src, L("(:"));
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4347:74: note: to match this ‘(’
4347 | return gaarimasen(src, L("(:"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4365:75: error: expected ‘)’ before string constant
4365 | L("It is possible to use uninitialized global variables."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4364:78: note: to match this ‘(’
4364 | src.addErrMes(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4378:75: error: expected ‘)’ before string constant
4378 | L("It is possible to use member variables before initialization."));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4377:78: note: to match this ‘(’
4377 | src.addErrMes(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4389:62: note: in expansion of macro ‘WSTR’
4389 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4389:62: note: in expansion of macro ‘WSTR’
4389 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4390:57: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
4390 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::CSorNanika(std::__cxx11::basic_string<int>&, Src&, TokenKind, TokenKind, TokenKind)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4419:22: error: ‘oldsst’ does not name a type
4419 | auto oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4437:35: error: ‘oldsst’ was not declared in this scope
4437 | src.sst = oldsst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ShikiEx(std::__cxx11::basic_string<int>&, Src&, TokenKind, TokenKind, TokenKind, int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4554:63: note: in expansion of macro ‘L’
4554 | src.addErrMes(L("The '..' operator only appears within '[ ]'."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4602:80: note: in expansion of macro ‘L’
4602 | return gaarimasen(src, L(":"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4616:71: note: in expansion of macro ‘L’
4616 | if(kin != COMMA_TOKEN) return gaarimasen(src, L(";"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::TypeNanikaPath(std::__cxx11::basic_string<int>&, Src&, bool, bool, SourceTree<GC>&, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4652:22: error: ‘ci’ does not name a type
4652 | auto ci =
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4654:20: error: ‘ci’ was not declared in this scope
4654 | if(ci < 0) return false;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4655:22: error: ‘pst’ does not name a type
4655 | auto pst = stat->funclist.Get(ci);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4656:24: error: ‘pst’ was not declared in this scope
4656 | switch(pst->selftype){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4659:38: error: ‘tkin’ does not name a type
4659 | auto tkin = src.GetToken(hkishiki);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4660:36: error: ‘tkin’ was not declared in this scope
4660 | if(tkin == POINT_TOKEN){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4680:41: error: ‘ci’ was not declared in this scope
4680 | type += ci;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4687:38: note: in expansion of macro ‘WSTR’
4687 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4687:38: note: in expansion of macro ‘WSTR’
4687 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4688:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
4688 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4689:38: error: ‘phs’ does not name a type
4689 | auto phs = pst->GetHensuu(name, false);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4690:36: error: ‘phs’ was not declared in this scope
4690 | if(phs->type[0] != TYPE_TOKEN){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4691:55: note: in expansion of macro ‘L’
4691 | src.addErrMes(L("type is not a type"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4694:45: error: ‘phs’ was not declared in this scope
4694 | type.append(phs->type.data()+1, phs->type.size()-1);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4698:39: note: in expansion of macro ‘L’
4698 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::TypeType(std::__cxx11::basic_string<int>&, Src&, bool, bool, SourceTree<GC>&, const std::__cxx11::basic_string<int>&, intptr_t&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4713:47: note: in expansion of macro ‘L’
4713 | src.addErrMes(L("It cannot be defined as a constant."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4718:39: note: in expansion of macro ‘L’
4718 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::TypeSignature(std::__cxx11::basic_string<int>&, Src&, bool, bool, SourceTree<GC>&, const intptr_t*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4771:30: error: ‘oldsst’ does not name a type
4771 | auto oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4779:43: error: ‘oldsst’ was not declared in this scope
4779 | src.sst = oldsst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::TypeNanika(std::__cxx11::basic_string<int>&, Src&, bool, bool, SourceTree<GC>&, bool, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4795:22: error: ‘kin’ does not name a type
4795 | auto kin = src.GetToken(hkishiki);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4796:25: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
4796 | switch (kin){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4803:47: note: in expansion of macro ‘L’
4803 | src.addErrMes(L("'`' cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4843:55: note: in expansion of macro ‘L’
4843 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4878:47: note: in expansion of macro ‘L’
4878 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4886:47: note: in expansion of macro ‘L’
4886 | src.addErrMes(L("Cannot be constant."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4890:47: note: in expansion of macro ‘L’
4890 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4898:47: note: in expansion of macro ‘L’
4898 | src.addErrMes(L("There is no constant list type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4903:47: note: in expansion of macro ‘L’
4903 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4912:47: note: in expansion of macro ‘L’
4912 | src.addErrMes(L("Function pointers cannot be newed directly."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4916:73: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
4916 | if (kin != KAKERU_TOKEN && type.back() == LIST_TOKEN){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4917:63: note: in expansion of macro ‘L’
4917 | src.addErrMes(L("list type cannot be made read-only."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4934:47: note: in expansion of macro ‘L’
4934 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4940:38: error: ‘ci’ does not name a type
4940 | auto ci =
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4944:36: error: ‘ci’ was not declared in this scope
4944 | if(ci < 0) return false;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4945:51: error: ‘ci’ was not declared in this scope
4945 | type += (intptr_t)ci;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4950:47: note: in expansion of macro ‘L’
4950 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4958:47: note: in expansion of macro ‘L’
4958 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4963:38: error: ‘tmp’ does not name a type; did you mean ‘tm’?
4963 | auto tmp = type.size();
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4970:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
4970 | if(type[tmp] != SIGNATURE_TOKEN){
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4971:55: note: in expansion of macro ‘L’
4971 | src.addErrMes(L("No signature."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4978:47: note: in expansion of macro ‘L’
4978 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4986:38: error: ‘tmp’ does not name a type; did you mean ‘tm’?
4986 | auto tmp = type.size();
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4993:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
4993 | if(type[tmp] != SIGNATURE_TOKEN){
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:4994:55: note: in expansion of macro ‘L’
4994 | src.addErrMes(L("No signature."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5001:47: note: in expansion of macro ‘L’
5001 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5005:47: note: in expansion of macro ‘L’
5005 | src.addErrMes(L("There is no constant thread type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5011:38: error: ‘ci’ does not name a type
5011 | auto ci =
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5014:36: error: ‘ci’ was not declared in this scope
5014 | if(ci < 0) return false;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5016:60: error: ‘ci’ was not declared in this scope
5016 | stat->funclist.Get(ci)->parent
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5019:55: note: in expansion of macro ‘L’
5019 | src.addErrMes(L("Not a global function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5022:51: error: ‘ci’ was not declared in this scope
5022 | type += (intptr_t)ci;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5043:38: note: in expansion of macro ‘WSTR’
5043 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5043:38: note: in expansion of macro ‘WSTR’
5043 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5044:33: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
5044 | name.append(src.source + oldsst.t, oldsst.i - oldsst.t);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5100:71: note: in expansion of macro ‘L’
5100 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5111:81: note: in expansion of macro ‘L’
5111 | L("There is no constant list type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5115:87: note: in expansion of macro ‘L’
5115 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5132:79: note: in expansion of macro ‘L’
5132 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5164:71: note: in expansion of macro ‘L’
5164 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5168:71: note: in expansion of macro ‘L’
5168 | src.addErrMes(L("It cannot be a constant."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5215:71: note: in expansion of macro ‘L’
5215 | src.addErrMes(L("Not in class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5219:71: note: in expansion of macro ‘L’
5219 | src.addErrMes(L("There is no constant thread type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5243:33: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘back’
5243 | if(type.back() == ~DAINYUU_TOKEN) type.pop_back();
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5243:64: error: ‘class std::__cxx11::basic_string<int>’ has no member named ‘pop_back’; did you mean ‘push_back’?
5243 | if(type.back() == ~DAINYUU_TOKEN) type.pop_back();
| ^~~~~~~~
| push_back
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘SourceTree<GC>* SourceTree<GC>::LibNanikaPath(Src&, SourceTree<GC>&, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5251:22: error: ‘fi’ does not name a type
5251 | auto fi =
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5254:20: error: ‘fi’ was not declared in this scope
5254 | if(fi < 0) return nullptr;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5255:43: error: ‘fi’ was not declared in this scope
5255 | switch(stat->funclist.Get(fi)->selftype){
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5258:47: note: in expansion of macro ‘L’
5258 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5265:38: note: in expansion of macro ‘WSTR’
5265 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5265:38: note: in expansion of macro ‘WSTR’
5265 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5266:48: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
5266 | src.appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5267:38: error: ‘phs’ does not name a type
5267 | auto phs = stat->funclist.Get(fi)->GetHensuu(name, false);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5268:36: error: ‘phs’ was not declared in this scope
5268 | if(phs->type[0] != LIB_TOKEN){
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5269:55: note: in expansion of macro ‘L’
5269 | src.addErrMes(L("Not a lib type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5272:52: error: ‘phs’ was not declared in this scope
5272 | ret = (SourceTree*)phs->type[1];
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5276:39: note: in expansion of macro ‘L’
5276 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::LibPath(Src&, int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5285:22: error: request for member ‘clear’ in ‘name’, which is of non-class type ‘int’
5285 | name.clear();
| ^~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5291:42: note: in expansion of macro ‘L’
5291 | src.Find(L('>'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5298:33: error: request for member ‘size’ in ‘name’, which is of non-class type ‘int’
5298 | if(name.size() <= 0){
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5299:47: note: in expansion of macro ‘L’
5299 | src.addErrMes(L("File name is empty."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5303:38: note: in expansion of macro ‘WSTR’
5303 | std::WSTR path;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5303:38: note: in expansion of macro ‘WSTR’
5303 | std::WSTR path;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5308:52: error: ‘path’ was not declared in this scope
5308 | ? (path=stat->ss->exedir, path+=L("lib/"))
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5308:81: note: in expansion of macro ‘L’
5308 | ? (path=stat->ss->exedir, path+=L("lib/"))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5308:83: error: expected ‘)’ before string constant
5308 | ? (path=stat->ss->exedir, path+=L("lib/"))
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5308:51: note: to match this ‘(’
5308 | ? (path=stat->ss->exedir, path+=L("lib/"))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5314:25: error: expected ‘:’ before ‘}’ token
5314 | }
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5314:25: error: expected primary-expression before ‘}’ token
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5314:25: error: expected ‘)’ before ‘}’ token
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5304:35: note: to match this ‘(’
5304 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5314:25: error: expected primary-expression before ‘}’ token
5314 | }
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘SourceTree<GC>* SourceTree<GC>::LibNanika(Src&, SourceTree<GC>&, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5332:38: note: in expansion of macro ‘WSTR’
5332 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5332:38: note: in expansion of macro ‘WSTR’
5332 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5333:60: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
5333 | if (!hkishiki.LibPath(src, name)) return nullptr;
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5334:56: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
5334 | if (stat->srclist.find(name) != stat->srclist.end()) {
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5336:54: error: ‘pst’ does not name a type
5336 | auto pst = stat->srclist[name];
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5338:61: error: ‘pst’ was not declared in this scope
5338 | if (pst == root) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5340:73: note: in expansion of macro ‘L’
5340 | L("Circular references to libraries are not possible."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5343:57: error: ‘pst’ was not declared in this scope
5343 | pst = pst->extroot->subsrc;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5344:58: error: ‘pst’ was not declared in this scope
5344 | } while (pst != nullptr);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5349:46: error: ‘pst’ does not name a type
5349 | auto pst = root->extroot->subsrc;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5352:45: error: ‘pst’ was not declared in this scope
5352 | if (pst != nullptr) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5357:63: note: in expansion of macro ‘L’
5357 | src.addErrMes(L(""));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5372:47: note: in expansion of macro ‘L’
5372 | src.addErrMes(L("` cannot be used here."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5419:46: note: in expansion of macro ‘WSTR’
5419 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5419:46: note: in expansion of macro ‘WSTR’
5419 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5420:41: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
5420 | name.append(src.source + oldsst.t, oldsst.i - oldsst.t);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5421:46: error: ‘phs’ does not name a type
5421 | auto phs = GetHensuu(name, false);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5422:45: error: ‘phs’ was not declared in this scope
5422 | if (phs == nullptr) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5423:54: note: in expansion of macro ‘WSTR’
5423 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5423:54: note: in expansion of macro ‘WSTR’
5423 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5424:49: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
5424 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5424:55: note: in expansion of macro ‘L’
5424 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5430:45: error: ‘phs’ was not declared in this scope
5430 | if (phs->type[0] != LIB_TOKEN) {
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5431:54: note: in expansion of macro ‘WSTR’
5431 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5431:54: note: in expansion of macro ‘WSTR’
5431 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5432:49: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
5432 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5432:55: note: in expansion of macro ‘L’
5432 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5445:71: error: ‘phs’ was not declared in this scope
5445 | ((SourceTree*)phs->type[1])->LibNanika(
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5451:68: error: ‘phs’ was not declared in this scope
5451 | ret = (SourceTree*)phs->type[1];
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::KanzenPath(int&, const int&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5463:17: note: in expansion of macro ‘WCHR’
5463 | WCHR* pwc;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5463:23: error: ‘pwc’ was not declared in this scope; did you mean ‘putwc’?
5463 | WCHR* pwc;
| ^~~
| putwc
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5464:22: note: in expansion of macro ‘WSTR’
5464 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5464:22: note: in expansion of macro ‘WSTR’
5464 | std::WSTR tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5466:30: error: request for member ‘size’ in ‘name’, which is of non-class type ‘int’
5466 | name.size() > 0 && name[0] != L('/')
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5466:48: error: invalid types ‘int[int]’ for array subscript
5466 | name.size() > 0 && name[0] != L('/')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5466:55: note: in expansion of macro ‘L’
5466 | name.size() > 0 && name[0] != L('/')
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5466:57: error: expected ‘)’ before '/'
5466 | name.size() > 0 && name[0] != L('/')
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5465:19: note: to match this ‘(’
5465 | if(
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5472:25: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
5472 | tmp = name;
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5474:30: error: request for member ‘resize’ in ‘name’, which is of non-class type ‘int’
5474 | name.resize(name.find_last_of(PATHSEPARATOR)+1);
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5474:42: error: request for member ‘find_last_of’ in ‘name’, which is of non-class type ‘int’
5474 | name.resize(name.find_last_of(PATHSEPARATOR)+1);
| ^~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:31:24: error: expected ‘)’ before string constant
31 | #define PATHSEPARATOR u"/"
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5474:55: note: in expansion of macro ‘PATHSEPARATOR’
5474 | name.resize(name.find_last_of(PATHSEPARATOR)+1);
| ^~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5474:54: note: to match this ‘(’
5474 | name.resize(name.find_last_of(PATHSEPARATOR)+1);
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5477:17: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
5477 | tmp = name;
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5478:23: error: there are no arguments to ‘_wfullpath’ that depend on a template parameter, so a declaration of ‘_wfullpath’ must be available [-fpermissive]
5478 | pwc = _wfullpath(nullptr, tmp.c_str(), 0);
| ^~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::MjiretuLiteral(int&, Src&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5492:25: note: in expansion of macro ‘WCHR’
5492 | WCHR wc;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5495:42: note: in expansion of macro ‘L’
5495 | src.Find(L('"'));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5500:49: error: ‘wc’ was not declared in this scope
5500 | if(!TokushuMoji(wc, src)) return false;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5501:40: error: ‘wc’ was not declared in this scope
5501 | str += wc;
| ^~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::TokushuMoji(int&, Src&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5514:22: note: in expansion of macro ‘L’
5514 | case L('0'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5514:24: error: expected ‘:’ before '0'
5514 | case L('0'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5514:28: error: expected ‘;’ before ‘:’ token
5514 | case L('0'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5517:24: error: expected ‘:’ before 't'
5517 | case L('t'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5517:28: error: expected ‘;’ before ‘:’ token
5517 | case L('t'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5520:24: error: expected ‘:’ before 'r'
5520 | case L('r'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5520:28: error: expected ‘;’ before ‘:’ token
5520 | case L('r'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5523:24: error: expected ‘:’ before 'n'
5523 | case L('n'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5523:28: error: expected ‘;’ before ‘:’ token
5523 | case L('n'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5526:24: error: expected ‘:’ before '\'
5526 | case L('\\'):
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5526:29: error: expected ‘;’ before ‘:’ token
5526 | case L('\\'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5529:24: error: expected ‘:’ before '''
5529 | case L('\''):
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5529:29: error: expected ‘;’ before ‘:’ token
5529 | case L('\''):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5532:24: error: expected ‘:’ before '"'
5532 | case L('"'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5532:28: error: expected ‘;’ before ‘:’ token
5532 | case L('"'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5535:24: error: expected ‘:’ before 'b'
5535 | case L('b'):
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5535:28: error: expected ‘;’ before ‘:’ token
5535 | case L('b'):
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘SourceTree<GC>* SourceTree<GC>::getTemplateRoot()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5558:20: error: ‘myname’ was not declared in this scope; did you mean ‘tzname’?
5558 | if(myname[0] != L('\0')) return this;
| ^~~~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5558:33: note: in expansion of macro ‘L’
5558 | if(myname[0] != L('\0')) return this;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5558:35: error: expected ‘)’ before '\x0'
5558 | if(myname[0] != L('\0')) return this;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5558:19: note: to match this ‘(’
5558 | if(myname[0] != L('\0')) return this;
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5559:41: error: ‘myname’ was not declared in this scope; did you mean ‘tzname’?
5559 | return (*(SourceTree**)(myname.data()+1))->getTemplateRoot();
| ^~~~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘int32_t SourceTree<GC>::PathtoClassID(Src&, BlockType, bool, bool, bool, SourceTree<GC>&, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5571:22: error: ‘oldsst’ does not name a type
5571 | auto oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5574:22: note: in expansion of macro ‘WSTR’
5574 | std::WSTR name, tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5574:22: note: in expansion of macro ‘WSTR’
5574 | std::WSTR name, tmp;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5591:55: note: in expansion of macro ‘L’
5591 | src.addErrMes(L("'`' is a syntax error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5599:55: note: in expansion of macro ‘L’
5599 | src.addErrMes(L("'self' is a syntax error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5606:33: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
5606 | name.clear();
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5616:71: note: in expansion of macro ‘L’
5616 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5625:75: error: ‘oldsst’ was not declared in this scope
5625 | src.sst = oldsst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5653:71: note: in expansion of macro ‘L’
5653 | src.addErrMes(L("Not public."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5662:41: error: ‘tmp’ was not declared in this scope; did you mean ‘tm’?
5662 | tmp = L('\'');
| ^~~
| tm
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5662:47: note: in expansion of macro ‘L’
5662 | tmp = L('\'');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5676:49: error: ‘oldsst’ was not declared in this scope
5676 | oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5697:73: note: in expansion of macro ‘L’
5697 | gaarimasen(src, L("?"));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5709:79: note: in expansion of macro ‘L’
5709 | src.addErrMes(L("It is an enumerated type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5723:71: note: in expansion of macro ‘L’
5723 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5727:71: note: in expansion of macro ‘L’
5727 | src.addErrMes(L("It's not a template function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5734:73: note: in expansion of macro ‘L’
5734 | L("Too many template arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5751:74: note: in expansion of macro ‘WCHR’
5751 | / sizeof(WCHR) + 1);
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5752:67: note: in expansion of macro ‘L’
5752 | name[0] = L('\0');
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5765:81: error: expected ‘)’ before string constant
5765 | src.addErrMes(L("Error."));
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5765:78: note: to match this ‘(’
5765 | src.addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5770:81: error: expected ‘)’ before string constant
5770 | src.addErrMes(L("Type error."));
| ^~~~~~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5770:78: note: to match this ‘(’
5770 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5807:71: note: in expansion of macro ‘L’
5807 | src.addErrMes(L("Missing template arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5862:71: note: in expansion of macro ‘L’
5862 | src.addErrMes(L("It is an enumerated type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5880:71: note: in expansion of macro ‘L’
5880 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5889:87: note: in expansion of macro ‘L’
5889 | src.addErrMes(L("It's private."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5922:65: note: in expansion of macro ‘L’
5922 | L("The number of template arguments does not match."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5936:71: note: in expansion of macro ‘L’
5936 | src.addErrMes(L("Missing template argument."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5948:71: note: in expansion of macro ‘L’
5948 | src.addErrMes(L("It is not a transparent function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5957:87: note: in expansion of macro ‘L’
5957 | src.addErrMes(L("It's private."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5973:71: note: in expansion of macro ‘L’
5973 | src.addErrMes(L("Missing template argument."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5979:87: note: in expansion of macro ‘L’
5979 | src.addErrMes(L("It is an enumerated type."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:5993:79: note: in expansion of macro ‘L’
5993 | src.addErrMes(L("It's not a class."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6003:95: note: in expansion of macro ‘L’
6003 | src.addErrMes(L("It's private."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6012:65: error: ‘oldsst’ was not declared in this scope
6012 | oldsst = src.sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6060:71: note: in expansion of macro ‘L’
6060 | src.addErrMes(L("Missing template argument."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6069:71: note: in expansion of macro ‘L’
6069 | src.addErrMes(L("Type error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6081:87: note: in expansion of macro ‘L’
6081 | src.addErrMes(L("Not public."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ClassShokika(Src&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6104:22: note: in expansion of macro ‘WSTR’
6104 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6104:22: note: in expansion of macro ‘WSTR’
6104 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6108:17: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
6108 | name = L("default");
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6108:24: note: in expansion of macro ‘L’
6108 | name = L("default");
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6124:26: error: expected ‘;’ before string constant
6124 | name = L("break");
| ^~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:17: note: in definition of macro ‘L’
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::BackTemplate(int)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6144:30: error: ‘oldsst’ does not name a type
6144 | auto oldsst = srce->sst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6153:37: error: ‘oldsst’ was not declared in this scope
6153 | srce->sst = oldsst;
| ^~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6156:38: error: ‘size’ does not name a type; did you mean ‘size_t’?
6156 | auto size = GetMemberSize();
| ^~~~
| size_t
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6159:84: error: ‘size’ was not declared in this scope
6159 | ->funchensuu[breakpatch[i]].size = size;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6174:41: note: in expansion of macro ‘L’
6174 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:28:14: error: ‘char16_t’ was not declared in this scope
28 | #define WCHR char16_t
| ^~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6192:49: note: in expansion of macro ‘WCHR’
6192 | *sizeof(WCHR) + sizeof(intptr_t) - 1)
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::RefTouroku(std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6206:22: note: in expansion of macro ‘WSTR’
6206 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6206:22: note: in expansion of macro ‘WSTR’
6206 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6207:34: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
6207 | srce->appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ListTouroku(std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6228:22: note: in expansion of macro ‘WSTR’
6228 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6228:22: note: in expansion of macro ‘WSTR’
6228 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6229:34: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
6229 | srce->appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ThreadTouroku(std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6246:22: note: in expansion of macro ‘WSTR’
6246 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6246:22: note: in expansion of macro ‘WSTR’
6246 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6247:34: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
6247 | srce->appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void SourceTree<GC>::CallNew(std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6261:36: note: in expansion of macro ‘L’
6261 | if((fi = GetFuncId(L("default"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::MemberNew(Src&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6291:81: note: in expansion of macro ‘L’
6291 | (fi = stat->funclist.Get(fi)->GetFuncId(L("default"), false))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6304:36: note: in expansion of macro ‘L’
6304 | if((fi = GetFuncId(L("new"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘void SourceTree<GC>::CallDel(std::__cxx11::basic_string<int>&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6330:36: note: in expansion of macro ‘L’
6330 | if((fi = GetFuncId(L("break"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::MemberDel(Src&, std::__cxx11::basic_string<int>&)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6343:36: note: in expansion of macro ‘L’
6343 | if((fi = GetFuncId(L("delete"), false)) >= 0){
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6377:81: note: in expansion of macro ‘L’
6377 | (fi = stat->funclist.Get(fi)->GetFuncId(L("break"), false))
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ClassObjToroku(std::__cxx11::basic_string<int>&, int32_t, std::__cxx11::basic_string<int>*)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: error: ‘u16string’ is not a member of ‘std’
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6399:22: note: in expansion of macro ‘WSTR’
6399 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:27:14: note: ‘std::u16string’ is only available from C++11 onwards
27 | #define WSTR u16string
| ^~~~~~~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6399:22: note: in expansion of macro ‘WSTR’
6399 | std::WSTR name;
| ^~~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6400:34: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
6400 | srce->appendTStr(name);
| ^~~~
| tzname
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::KariHikisuu()’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6425:41: note: in expansion of macro ‘L’
6425 | L("Decorators cannot be added to function definitions with signatures."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6431:63: error: ‘>>’ should be ‘> >’ within a nested template argument list
6431 | std::vector<std::basic_string<intptr_t>> waketa;
| ^~
| > >
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6433:49: note: in expansion of macro ‘L’
6433 | srce->addErrMes(L("Error."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6438:30: error: ‘kin’ does not name a type
6438 | auto kin = NULL_TOKEN;
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6440:36: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
6440 | if(kin == SHOUKAKKOCLOSE_TOKEN){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6441:57: note: in expansion of macro ‘L’
6441 | srce->addErrMes(L("Too few arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6444:79: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
6444 | if(!ArgSub(*srce, nullptr, this, waketa[i+1], kin, true)){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6447:36: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
6447 | if(kin != COMMA_TOKEN && kin != SHOUKAKKOCLOSE_TOKEN){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6451:28: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
6451 | if(kin == COMMA_TOKEN){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6452:49: note: in expansion of macro ‘L’
6452 | srce->addErrMes(L("Too many arguments."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6455:28: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
6455 | if(kin == NULL_TOKEN) kin = srce->GetToken(*this);
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6456:28: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
6456 | if(kin != SHOUKAKKOCLOSE_TOKEN) return koubuneraadesu(*srce);
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6460:30: error: ‘kin’ does not name a type
6460 | auto kin = srce->GetToken(*this);
| ^~~
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6461:31: error: ‘kin’ was not declared in this scope; did you mean ‘sin’?
6461 | while(kin != SHOUKAKKOCLOSE_TOKEN){
| ^~~
| sin
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this scope
30 | #define L(x) u##x
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp:6494:49: note: in expansion of macro ‘L’
6494 | srce->addErrMes(L("It is already used as a transparency function."));
| ^
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sourcetree.hpp: In member function ‘bool SourceTree<GC>::ReturnValType(std::__cxx11::basic_string<int>&, Src&, bool&, bool)’:
/home/sis/Documents/ikemenplus/Ikemen-Plus-Ultra-srcOnly/src/lib/dll/ssz/ssz/sszdef.h:30:14: error: ‘u’ was not declared in this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment