Skip to content

plog with boost::filesystem::path generates a segmentation fault #227

@bitFiedler

Description

@bitFiedler

Hi,
I tried the latest version because now you support container std::vector and so on.
But there is a problem, if you use boost::filesystem::path and to log the path it crashes with an seg vault.

boost::filesystem::path p("/tmp");
LOGI << "show path: " << p;

with std::cout it's working as expected.

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions