Ticket #239 (closed enhancement: fixed)

Opened 2 weeks ago

Last modified 2 weeks ago

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.

comment:2 Changed 2 weeks ago by jasper

  • Status changed from new to closed
  • Resolution set to fixed

In [32c2aa10a9761e5b1688209c29721e648f7a836e]:

fixed #239, added unit tests for C++ standard versions 11, 14, 17, 20, 23.

Note: See TracTickets for help on using tickets.