mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core: std_forward removed from CoWork.h as it breaks compilation in some cases
This commit is contained in:
parent
d7fd48271f
commit
8c82df7a92
4 changed files with 9 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue