Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1747)

Issue 819041: Use iterator for STL std::map element access. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by Patrick McCarty
Modified:
12 years, 3 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Use iterator for STL std::map element access. The at() function for std::map was added for libstdc++ release 4.1, and it is not part of the official STL. Also some developers are still using libstdc++ 4.0, so using at() will not compile. Instead, use an iterator for std::map element access, which is (I think) the standard practice.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M lily/open-type-font.cc View 1 chunk +10 lines, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b