mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 17:02:15 +00:00
completed first revised draft of docs
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
|
||||
//[stroustrup97_string
|
||||
#include <boost/contract.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
// Adapted from an example presented in the book "The C++ Programming Language"
|
||||
// (Stroustrup, 1997) to illustrate importance of class invariants. Simple
|
||||
@@ -123,4 +125,5 @@ int main() {
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
//]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user