Go to file
James E. King III db1f9c73a4 Update CI
2019-04-27 06:07:52 -04:00
doc Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
include/boost concept_check: misc. typos 2018-09-26 14:25:39 -04:00
meta Removed expected failure for stl_concept_covering 2019-02-19 07:09:33 -05:00
test ignore unused variable in test (fix matrix warning) 2019-02-19 21:13:39 -05:00
.gitattributes pending stuff from Boost Graph Library 2000-09-18 08:24:47 +00:00
.travis.yml Update CI 2019-04-27 06:07:52 -04:00
appveyor.yml Update CI 2019-04-27 06:07:52 -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
CMakeLists.txt Add minimal CMakeLists.txt 2018-09-20 09:01:08 -04: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
Jamfile Add CI framework 2018-07-23 13:07:11 -04:00
LICENSE Add CI framework 2018-07-23 13:07:11 -04:00
prog_with_concepts.htm Fix broken links in documentation. 2018-10-11 12:33:49 -04:00
README.md fix readme badges and links for appveyor and covscan 2018-07-23 17:13:08 +00: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

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 Travis 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.