X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmruset.h;h=ad2e160d3a614a1e8eb7dff3fcedabe273ec2ea6;hp=0cf65853c4e15cd46addf9b2e94f0afb5d2ddd1e;hb=e10622d1297e638109bbf58c35ad008f7acbae7c;hpb=c4341fa6abf7510c6de72cd435f4d4146dce74c2 diff --git a/src/mruset.h b/src/mruset.h index 0cf6585..ad2e160 100644 --- a/src/mruset.h +++ b/src/mruset.h @@ -1,12 +1,13 @@ // Copyright (c) 2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MRUSET_H #define BITCOIN_MRUSET_H #include #include +/** STL-like set container that only keeps the most recent N elements. */ template class mruset { public: