mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 04:52:22 +00:00
completed first revised draft of docs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
//[n1962_circle
|
||||
#include <boost/contract.hpp>
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <cassert>
|
||||
@@ -52,4 +53,5 @@ int main() {
|
||||
BOOST_TEST_EQ(c.compute_area(), 12);
|
||||
return boost::report_errors();
|
||||
}
|
||||
//]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user