stlab / wg21-invariants

A C++ Standards proposal for including Class Invariants in the Contracts MVP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invariants in C++

To generate the latest version of the paper, first install the mpark/wg21 dependencies, specified here.

Then, simply run:

make paper.pdf

It will appear in the generated/ directory (which is gitignored).

Notes

Keep in mind that generating the paper will fail if there are no references in the paper. See this open issue

About

A C++ Standards proposal for including Class Invariants in the Contracts MVP


Languages

Language:Makefile 100.0%