Boost.org concept_check module
Go to file
Alexander Grund 37c9bddf0b
Fix ccache saving on cache hit (#39)
See boostorg/boost-ci#166
2022-11-09 21:13:13 -08:00
.github/workflows Fix ccache saving on cache hit (#39) 2022-11-09 21:13:13 -08:00
doc Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
include/boost Fix MSVC 'unused return' warning; Addresses #31 2021-03-09 06:51:48 -08:00
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. (#30) 2021-01-21 02:13:02 -05:00
test [issue-24] test failure for new clang-win ci job 2022-04-24 08:38:17 -04:00
.appveyor.yml re-enable mingw appveyor ci testing 2022-04-24 20:56:09 -04:00
.codecov.yml align with boost-ci 2022.02 and GitHub Actions 2022-04-24 08:38:17 -04:00
.gitattributes pending stuff from Boost Graph Library 2000-09-18 08:24:47 +00:00
CMakeLists.txt Update CMakeLists.txt 2021-06-10 01:19:53 +03:00
Jamfile Add CI framework 2018-07-23 13:07:11 -04:00
LICENSE Add CI framework 2018-07-23 13:07:11 -04:00
README.md align with boost-ci 2022.02 and GitHub Actions 2022-04-24 08:38:17 -04:00
bad_error_eg.cpp Updated Concept Check library documentation. 2007-11-05 03:54:19 +00:00
bibliography.htm Link to people pages on the website, as they've been removed from the download. 2008-02-10 14:56:22 +00:00
concept_check.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00
concept_covering.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00
creating_concepts.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00
implementation.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00
index.html Add copyright, license 2006-11-07 19:11:57 +00:00
prog_with_concepts.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00
reference.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00
using_concept_check.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00

README.md

ConceptCheck, part of collection of the Boost C++ Libraries, allows one to add explicit statement and checking of concepts in the style of the proposed C++ language extension.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-only

Build Status

Branch GHA CI Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
doc documentation
include headers
test unit tests

More information

  • Ask questions
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [concept_check] tag at the beginning of the subject line.