blob: 3871ee5780bfac37f0b0eebf6f12248c45a48ac3 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
2# Copyright (C) 2009-2012 Lorenzo Caminiti
3# Distributed under the Boost Software License, Version 1.0
4# (see accompanying file LICENSE_1_0.txt or a copy at
5# http://www.boost.org/LICENSE_1_0.txt)
6# Home at http://www.boost.org/libs/functional/overloaded_function
7
8import testing ;
9
10# Sun does not automatically detect type-of emulation (force it).
11project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION ;
12
13run functor.cpp ;
14run make_decl.cpp ;
15run make_call.cpp ;
16