You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/xrCore/xrMemory.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
Поэтому всё-же стоит переопределять для большинства случаев операторы new и delete.
12
12
А для остального мы будем полагать (и надеяться), что прокси справится без проблем.
13
13
*/
14
-
#if defined(WINDOWS) //Не знаю, как это на виндах работает, но на линуксе ломается линковка из-за множественного объявления __TBB_malloc_proxy_helper_object
14
+
#if defined(WINDOWS) //I have not idea how it works on Windows, but Linux build fails with error 'multiple declaration of __TBB_malloc_proxy_helper_object'
0 commit comments