Jamfile.v2 479 B

12345678910111213141516
  1. # Copyright (C) 2009-2012 Lorenzo Caminiti
  2. # Distributed under the Boost Software License, Version 1.0
  3. # (see accompanying file LICENSE_1_0.txt or a copy at
  4. # http://www.boost.org/LICENSE_1_0.txt)
  5. # Home at http://www.boost.org/libs/functional/overloaded_function
  6. import testing ;
  7. # Sun does not automatically detect type-of emulation (force it).
  8. project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION ;
  9. run functor.cpp ;
  10. run make_decl.cpp ;
  11. run make_call.cpp ;