Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows build of file_router example #778

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

ecatmur
Copy link
Contributor

@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).
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #778 (052e58b) into develop (a118127) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #778   +/-   ##
========================================
  Coverage    97.27%   97.27%           
========================================
  Files          156      156           
  Lines         8565     8565           
========================================
  Hits          8332     8332           
  Misses         233      233           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a118127...052e58b. Read the comment docs.

@cppalliance-bot
Copy link

@alandefreitas
Copy link
Member

Looks good. Thanks! 😀

@alandefreitas alandefreitas merged commit 1dc7898 into boostorg:develop Aug 15, 2023
39 checks passed
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.

3 participants