月: 2024年8月
boost::filesystem::change_extension
staticメソッドから非 staticメソッドに変更。 拡張子が変更された新しいインスタンスを返すのではなく、自身の拡張子を変更するようになったので用途によっては面倒。 FYI: Filesystem Deprecat…
{aka ‘class boost::filesystem::path’} has no member named ‘branch_path’
parent_pathへ変更になっている。 FYI: Filesystem Deprecated Features
extension’ is not a member of ‘boost::filesystem’
staticメソッドだったのが非 staticメソッドに変更になっている。
{aka ‘class boost::filesystem::path’} has no member named ‘leaf’
メンバー名が filenameに変更になっている。 FYI: Filesystem Deprecated Features
expected template-name before ‘<’ token
gccのバージョンが上がってからかな?エラーが出るように。 std::listの派生クラス定義で発生。 template<class str_type&rt; class XXX : public std::lis…