d675a18a7a
* merged [56162],[56164],[56248],[56622],[56249] into release * added move semantics for dense matrix and vector containers [SVN r56623]
9 lines
308 B
Plaintext
9 lines
308 B
Plaintext
# 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 ;
|