mirror of
https://github.com/boostorg/functional.git
synced 2026-01-26 08:52:27 +01:00
15 lines
361 B
Plaintext
15 lines
361 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 ;
|
|
|
|
run functor.cpp ;
|
|
run make_decl.cpp ;
|
|
run make_call.cpp ;
|
|
run sun_bug.cpp ;
|
|
|