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

Remove uses of std::map::at #1015

Merged
merged 1 commit into from
Apr 22, 2019
Merged

Remove uses of std::map::at #1015

merged 1 commit into from
Apr 22, 2019

Conversation

gaul
Copy link
Member

@gaul gaul commented Apr 18, 2019

This provides compatibility with C++03 and removes duplicate lookups.

This provides compatibility with C++03 and removes duplicate lookups.
@gaul
Copy link
Member Author

gaul commented Apr 18, 2019

Tracking why gcc -std=c++03 does not flag this here:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90135

@ggtakec
Copy link
Member

ggtakec commented Apr 22, 2019

@gaul Thanks.

@ggtakec ggtakec merged commit 8e86ef1 into s3fs-fuse:master Apr 22, 2019
@gaul gaul deleted the c++03 branch April 23, 2019 05:51
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.

None yet

2 participants