blob: 5ef982db0d772813db9f6d1030120b22cf3157f8 (
plain)
1
2
3
4
5
6
7
8
|
# Copyright (c) 2006 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
exe sp_resize : sp_resize.cpp ;
exe test_move_semantics : test_move_semantics.cpp ;
|