added random_access and rearrange

[SVN r32663]
This commit is contained in:
Joaquín M. López Muñoz 2006-02-06 15:41:56 +00:00
parent 233fd40984
commit e043cadb7c

View File

@ -1,6 +1,6 @@
# Boost.MultiIndex examples Jamfile
#
# Copyright 2003-2005 Joaqu匤 M L<>ez Mu<4D>z.
# Copyright 2003-2006 Joaquín M López Muñoz.
# Distributed under 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)
@ -44,6 +44,16 @@ exe non_default_ctor
: <include>$(BOOST_ROOT)
;
exe random_access
: random_access.cpp
: <include>$(BOOST_ROOT)
;
exe rearrange
: rearrange.cpp
: <include>$(BOOST_ROOT)
;
exe sequenced
: sequenced.cpp
: <include>$(BOOST_ROOT)