diff options
author | lloyd <[email protected]> | 2009-09-17 14:14:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-17 14:14:19 +0000 |
commit | d5c7febf558af0f7a6f0edf3595d55fe04dce0f5 (patch) | |
tree | e9900a753bd2945d94c7c5bc9d7fffc1aa51bfed /doc/examples | |
parent | 9a13eb0a34fad9dc78e88970233020a5c0bdb4ed (diff) | |
parent | 7e839d037119055b572f40ce0cd882f85583db2e (diff) |
propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2a5642fab5de84)
to branch 'net.randombit.botan.c++0x' (head 3c769a81bd357a14f8aca4502b67e8465cee0947)
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/bench.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/bench.cpp b/doc/examples/bench.cpp index 7d53e0557..db2170dc4 100644 --- a/doc/examples/bench.cpp +++ b/doc/examples/bench.cpp @@ -60,7 +60,8 @@ const std::string algos[] = { "", }; -int main() +void benchmark_algo(const std::string& algo, + RandomNumberGenerator& rng) { LibraryInitializer init; |