finished very first draft of reference docs

This commit is contained in:
Lorenzo Caminiti
2016-05-18 19:51:45 -07:00
parent 1aa41fd14e
commit 3fef54b33e
36 changed files with 1981 additions and 431 deletions

View File

@@ -1,9 +1,8 @@
// Test old value error when operations to check them missing (e.g., `==`).
// Test assertion error when operations to check them missing (e.g., `==`).
#include <boost/contract/function.hpp>
#include <boost/contract/guard.hpp>
#include <boost/contract/old.hpp>
#include <boost/contract/assert.hpp>
#include <vector>