681b79aaf9
[SVN r78564]
17 lines
479 B
Plaintext
17 lines
479 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 ;
|
|
|
|
# Sun does not automatically detect type-of emulation (force it).
|
|
project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION ;
|
|
|
|
run functor.cpp ;
|
|
run make_decl.cpp ;
|
|
run make_call.cpp ;
|
|
|