From: Marco Costalba Date: Mon, 4 Feb 2013 21:38:42 +0000 (+0100) Subject: Derive ThreadPool from std::vector X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1a414cd9cb274d9572c60fe4067671cd993ffb36;hp=1a414cd9cb274d9572c60fe4067671cd993ffb36;p=stockfish Derive ThreadPool from std::vector Prefer sub-classing to composition in this case. No functional change. ---