I try to build LibTorrent with BOOST_NO_EXCEPTIONS feature enabled, but looks like the code cannot be build with it. At least, load_torrent.cpp has std::make_shared<torrent_info>(torrent_file, cfg); function call, which does not exist if BOOST_NO_EXCEPTIONS flag is enabled I would like...
我最终只是按照指令修改了内部引用的boost include文件。在我的情况下,它只有四个文件,对大多数人来说...