Change usage of std::string's .at() to more widely-compatible []. (#5365)
authorjonsimantov <jsimantov@google.com>
Tue, 21 May 2019 21:40:33 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Tue, 21 May 2019 21:40:33 +0000 (14:40 -0700)
commit0f7e7fd2095b4e01fe4a38581d599d5cc1f1c917
tree57b495bc0819b33847ed378d6bebca04ffaa75af
parent766ed0442213cf88172be9eced4aa8139c7c0228
Change usage of std::string's .at() to more widely-compatible []. (#5365)
src/idl_parser.cpp