boost_functional 0.1.0

Boost C++ library boost_functional packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# (C) Copyright Tobias Schwinger
#
# Use modification and distribution are subject to the boost Software License,
# Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).

import testing ;

project forward-tests : requirements
    <library>/boost/functional//boost_functional
    ;

test-suite functional/forward
    :
      [ run forward_adapter.cpp ]
      [ run lightweight_forward_adapter.cpp ]
    ;