2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-22 05:12:30 +00:00
Files
gil/test/core/point/concepts.cpp
Mateusz Łoskot baeac8ce87 Disable BOOST_GIL_USE_CONCEPT_CHECK when compiling tests with clang (#304)
Avoid Clang flooding with non-disableable warnings like:

   T does not declare any constructor to initialize its non-modifiable members

when compiling with concepts check enabled.

Bug 41759: `warn_no_constructor_for_refconst` can not be disabled (Boost.ConceptCheck)
https://bugs.llvm.org/show_bug.cgi?id=41759
2019-06-02 06:13:04 +02:00

1.6 KiB