Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Boostをインストール#include <boost/initial_path.hpp>し、ソースにコードがありますが、「そのようなファイルまたはディレクトリはありません」と表示されます。これまで外部ライブラリを含めたことがありませんが、どうすればよいですか?
#include <boost/initial_path.hpp>
この質問 claim initial_path()が非推奨になるのはなぜですか?
claim initial_path()
コマンドラインに追加します。
-Ic:/your_boost_directory
または、コンパイラのドキュメントでインクルードパスを指定する方法を確認してください。