次の行:
p.ti = new torrent_info(argv[1], ec);
以下のエラーを示します。
error C4996: 'libtorrent::torrent_info::torrent_info': was declared deprecated
どうすればこれを解決できますか?
次の行:
p.ti = new torrent_info(argv[1], ec);
以下のエラーを示します。
error C4996: 'libtorrent::torrent_info::torrent_info': was declared deprecated
どうすればこれを解決できますか?