diff options
Diffstat (limited to 'src/boost/libs/contract/test/old/no_macro.cpp')
-rw-r--r-- | src/boost/libs/contract/test/old/no_macro.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/boost/libs/contract/test/old/no_macro.cpp b/src/boost/libs/contract/test/old/no_macro.cpp new file mode 100644 index 00000000..d715f6ec --- /dev/null +++ b/src/boost/libs/contract/test/old/no_macro.cpp @@ -0,0 +1,9 @@ + +// Copyright (C) 2008-2018 Lorenzo Caminiti +// Distributed under the Boost Software License, Version 1.0 (see accompanying +// file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). +// See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html + +#define BOOST_CONTRACT_TEST_OLD_PTR_TYPE boost::contract::old_ptr +#include "no_macro.hpp" + |