2012-02-15 01:11:29 +00:00
|
|
|
|
|
|
|
|
# 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 ;
|
|
|
|
|
|
2012-05-24 01:35:04 +00:00
|
|
|
# Sun does not automatically detect type-of emulation (force it).
|
2025-06-26 09:00:20 -05:00
|
|
|
project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION
|
|
|
|
|
<library>/boost/functional//boost_functional
|
|
|
|
|
;
|
2012-02-15 01:11:29 +00:00
|
|
|
|
2012-05-24 01:35:04 +00:00
|
|
|
run functor.cpp ;
|
|
|
|
|
run make_decl.cpp ;
|
|
|
|
|
run make_call.cpp ;
|
2012-02-15 01:11:29 +00:00
|
|
|
|