Skip to content

Fix Visual Stdio build warning C26478 - #25

Open
Randalphwa wants to merge 1 commit into
mainfrom
pr/27
Open

Fix Visual Stdio build warning C26478#25
Randalphwa wants to merge 1 commit into
mainfrom
pr/27

Conversation

@Randalphwa

Copy link
Copy Markdown
Member

Migrated from vector-of-bool/cmrc PR #27 by @czlitony

Fix Visual Stdio build warning C26478 Don't use std::move on constant variables. (es.56). which is caused by below codes:

    std::string filename() const && {
        return std::move(_fname);
    }

@Randalphwa

Copy link
Copy Markdown
Member Author

(Migrated comment by @Pospelove on 6/21/2021 1:07:41 PM from original #27)

nice

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