$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Removing auto_ptr/etc. from Boost
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2015-03-19 14:29:23
[Andrey Semashev]
> Boost.Log is missing here.
I grepped for std::MEOW, avoiding false positives at the cost of false negatives.
> I would have to deal with thread safety myself though.
If you don't care about quality, you could use a thread_local linear_congruential_engine, with either a fixed seed or a nondeterministic seed obtained from random_device.
(mt19937 is awesome, but at 5 KB I'd be slightly nervous about making it thread_local.)
STL