Skip to content

std::string::const_iterator vs std::string::iterator gives an error on gcc 4.9.1.#2

Open
mlang wants to merge 1 commit into
LegalizeAdulthood:masterfrom
mlang:fix/constness
Open

std::string::const_iterator vs std::string::iterator gives an error on gcc 4.9.1.#2
mlang wants to merge 1 commit into
LegalizeAdulthood:masterfrom
mlang:fix/constness

Conversation

@mlang

@mlang mlang commented Nov 17, 2014

Copy link
Copy Markdown
Contributor

Use decltype(start) to avoid the mismatch altogether.

…n gcc 4.9.1.

Use decltype(start) to avoid the mismatch altogether.
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