C++20 compilation errors
Borland's Object Windows Library for the modern age
Brought to you by:
jogybl,
sebas_ledesma
I am migrating my codebase to C++20 via the -std:c++20 flag to MSVC. This gives the following compilation error in OWLNext 7.0.19:
I can sort of work around it by commenting out some of these operators, but that's clearly not the right solution.
Hi Andrew,
Version 7 is based on C++17.
But the trunk has already transitioned to C++20.
See Roadmap | Version 8.
Last edit: Vidar Hasfjord 2025-12-03
Last edit: Vidar Hasfjord 2025-12-03
@vattila wrote:
Thanks, yes, that's what I ultimately did.
Moderator: Removed superfluous quoted content.
Last edit: Vidar Hasfjord 2025-12-03