2
0
mirror of https://github.com/boostorg/msm.git synced 2026-02-02 09:02:09 +00:00

Merge pull request #53 from boostorg/feature/cpp20_jam_config

not needing concepts
This commit is contained in:
henry-ch
2024-01-25 17:43:16 +01:00
committed by GitHub

View File

@@ -70,12 +70,12 @@ test-suite msm-unit-tests
[ run Back11TestDeferIn2Regions.cpp : :
: [ requires cxx11_variadic_templates ] ]
[ run Back11SimpleWithPuml.cpp : :
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
[ run Back11SimpleInternalWithPuml.cpp : :
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
[ run Back11OrthogonalDeferred3WithPuml.cpp : :
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
[ run puml_syntax.cpp : :
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_concepts cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
: [ requires cxx20_hdr_version cxx20_hdr_barrier cxx20_hdr_bit cxx20_hdr_compare cxx20_hdr_format cxx20_hdr_ranges cxx20_hdr_numbers ] ]
;