blob: d180f5c63d7e16f3fec367211286f2c8e0c3966d [file] [log] [blame]
Brian Silvermandc6866b2018-08-05 00:18:23 -07001# Copyright (c) 2004-2010 Michael Stevens, David Bellot
2# Use, modification and distribution are subject to the
3# Boost Software License, Version 1.0. (See accompanying file
4# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6# bench5 measures performance of the assignment operator
7
8exe bench5
9 : assignment_bench.cpp
10 : <define>BOOST_UBLAS_USE_INTERVAL
11 ;