Brad King 4e2185cbd0 Make std::map usage more portable in language=>flags/defines maps
Older versions of GCC, the HP compiler, and the SGI MIPSpro compiler do
not like the use of make_pair in this case and the conversions it
requires:

  a value of type "const char *" cannot be used to initialize an entity
  of type "char [1]"

  /usr/include/g++-3/stl_pair.h:68: assignment of read-only location

Instead use a map lookup pattern already used throughout the rest of our
source tree.
2011-05-17 08:50:55 -04:00
..
2011-04-05 14:28:38 -04:00
2011-04-25 00:13:02 -04:00
2011-04-19 14:07:36 -04:00
2011-03-15 15:07:37 -04:00
2011-03-15 15:07:37 -04:00
2011-03-15 15:07:37 -04:00
2010-09-10 14:42:09 -04:00
2011-02-25 17:26:34 -05:00
2010-11-12 10:47:28 -05:00
2010-08-31 10:41:23 -04:00