rabbitfoot530's diary

読んだ本と、プログラムに関することのメモです。好きな言語は、C++, Python, Golang, TypeScript。数学・物理・学習理論も好きです。

boost::condition

boost::conditionは

#include <boost/thread.hpp> // <-- こっちじゃない
#include <boost/thread/condition.hpp> // <-- こっちをincludeしないとダメ