有没有办法在没有设置环境的情况下使用 C++ boost 库?
我正在尝试使用boost::split
但由于boost::split
找不到其他依赖文件而出现错误。
我知道如何使用 CMake/VS 设置环境,但这只是一个轻量级的实用程序,所以没有必要这样做。
有没有办法boost
即时使用库?
我知道很多提升只是标题,但我收到了以下错误,这让我感到困惑:
C:\Development\Libraries\boost_1_50_0\boost\algorithm\string.hpp:18:60: fatal error: boost/algorithm/string/std_containe
rs_traits.hpp: No such file or directory
compilation terminated.