Skip to content

Fix Windows build of file_router example#1

Open
ecatmur wants to merge 1 commit intodevelopfrom
fix-windows-build
Open

Fix Windows build of file_router example#1
ecatmur wants to merge 1 commit intodevelopfrom
fix-windows-build

Conversation

@ecatmur
Copy link
Owner

@ecatmur ecatmur commented Aug 14, 2023

On Windows, fs::path::c_str() returns wchar_t const* so cannot be streamed to std::cout. fs::path is output streamable anyway (it might quote it, but that should be fine).

On Windows, fs::path::c_str() returns wchar_t const* so cannot be streamed to std::cout. fs::path is output streamable anyway (it might quote it, but that should be fine).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant