forked from boostorg/functional
Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction. [SVN r77484]
16 lines
406 B
Plaintext
16 lines
406 B
Plaintext
|
|
# Copyright (C) 2009-2012 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)
|
|
# Home at http://www.boost.org/libs/functional/overloaded_function
|
|
|
|
import testing ;
|
|
|
|
project : requirements <library>/boost//unit_test_framework ;
|
|
|
|
run functor.cpp ;
|
|
run make_decl.cpp ;
|
|
run make_call.cpp ;
|
|
|