mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 16:22:10 +00:00
Reason: That file was intended as a benchmark, but it was poorly constructed. It did not pre-load the cache, did not run the tested code multiple times, and did not follow standard benchmarking practices. As such, it was misleading and not useful.
24 lines
538 B
Plaintext
24 lines
538 B
Plaintext
# -----------------------------------------------------------
|
|
# Copyright (c) 2002 Gennaro Prota
|
|
#
|
|
# 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)
|
|
#
|
|
# -----------------------------------------------------------
|
|
|
|
project : requirements <library>/boost/dynamic_bitset//boost_dynamic_bitset ;
|
|
|
|
exe example1
|
|
: example1.cpp
|
|
;
|
|
|
|
exe example2
|
|
: example2.cpp
|
|
;
|
|
|
|
exe example3
|
|
: example3.cpp
|
|
;
|
|
|