Files
tp/include
Pieter-Jan Briers 96ffd91c9a Fix JASGlobalInstance instance definitions (#3108)
There are a few places where JASGlobalInstance have their sInstance storage implemented via template specialization. The problem is that these have no initializer, which means that they are not proper definitions (only declarations) in standards-compliant C++. MSVC and (evidently) MWCC accept this, but modern Clang and GCC do not and won't emit symbols.

I've added a macro that properly initializes these outside MWCC.

Also, JASGlobalInstance<JAUSectionHeap> was only being declared in each actor file that used it, which sounds incorrect? Not sure about this but I added it to m_Do_main too, again behind MWERKS check.
2026-02-23 11:17:37 -08:00
..
2025-11-30 15:23:42 -07:00
2026-01-22 21:11:28 -08:00
2025-10-06 12:48:39 +03:00
2024-10-10 08:29:58 -06:00
2026-02-20 02:48:29 -08:00
2026-02-20 02:53:27 -08:00
2026-02-20 02:53:27 -08:00
2026-02-20 02:48:29 -08:00
2026-01-05 02:19:14 -08:00
2025-11-17 15:38:04 -08:00