Skip to content

Fails to build with boost 1.85 because of deprecated function #78

Open
@turol

Description

@turol
src/gtirb-builder/PeReader.cpp:399:42: error: ‘change_extension’ is not a member of ‘fs’

std::string ImportName = fs::change_extension(Import.name(), "").string();

It has been deprecated
https://www.boost.org/doc/libs/1_85_0/libs/filesystem/doc/deprecated.html

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions