use std::forward instead of std::move on objects whose types have been deduced; don...
[folly.git] / folly / CallOnce.h
2016-02-17 Lovro PuzarAdd call_once, wrapper around std::call_once with a...