| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Compiler "gcc version 2.9-aix51-020209" does not offer them.
|
| |
|
|
|
|
|
| |
We perform error checking on the stream after reading so this conversion
is safe.
|
|
|
|
|
|
|
| |
The Sun compiler does not provide the proper vector constructor to
initialize it from an iterator pair of a non-matching type. Extend the
ParseUnixCommandLine API to provide a vector of the proper type so no
conversion is needed.
|
|
|
|
|
| |
The map has a member called "empty" so use a different name for the
local variable in our approximate at() method.
|
|
|
|
|
|
| |
Many compilers we support do not provide the at() member of std::map.
Use the workaround added by commit a7e7a04a (Fix run_compile_commands
build on Apple GCC 3.3, 2011-05-16) for all compilers.
|
|
|
|
|
| |
This compiler does not provide the "at" method of std::map. Approximate
it well enough for our needs.
|
|
|