C++標準ライブラリが15年間自分を否定し続けている — std::functionは「遺産、新コードでは避けよ」
DRANK

5月24日、HFT Universityが「The C++ Standard Library Has Been Walking Itself Back for Fifteen Years, and the Receipts Are Public」と題した記事を公開した。記事の発端は、Sandor Dargoが公開したstd::copyable_functionに関する記事の一覧表に書かれた衝撃的な一行だ。C++11で導入されたstd::functionについて、こう記されている。

by @tf_official
Related Topics: C++ Rust Software Design