Core: std_forward removed from CoWork.h as it breaks compilation in some cases

This commit is contained in:
Mirek Fidler 2024-09-18 11:45:46 +02:00
parent d7fd48271f
commit 8c82df7a92
4 changed files with 9 additions and 5 deletions

View file

@ -16,6 +16,10 @@ String qtf =
"[H6;b73;*7 $$6,3#07864147445237544204111237153677:section]"
;
#ifdef OUT
#undef OUT
#endif
#define OUT(x) out << x << '\n';
String toc;