开发者

Enabling <> for headers in g++

开发者 https://www.devze.com 2022-12-25 06:14 出处:网络
I\'m having an issue gett开发者_StackOverflowing some code to work.Is there a way to enable headers to be included like so

I'm having an issue gett开发者_StackOverflowing some code to work. Is there a way to enable headers to be included like so

#include <boost/asio.hpp>

Instead of

#include "boost/asio.hpp"


Pass the directory to be searched for that path after -I on the command line to gcc.

0

精彩评论

暂无评论...
验证码 换一张
取 消