Ticket #239 (closed enhancement: fixed)
Check C++ version compliance
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Phase III |
Component: | Client Header Files | Version: | |
Keywords: | Cc: |
Description
Compile a COBIA MSVC referring project with
- c++17, /permissive-
- c++20, /permissive-
Change History
comment:1 Changed 2 weeks ago by jasper
- added unit tests for C++ standard versions 11, 14, 17, 20, 23
- It seems that tests pass for C++ standard versions that are not supported by the compiler - CMake will simply not enforce it.
Note: See
TracTickets for help on using
tickets.