commit | d16c34fb4ae3bc5433ec5364e2757c227d4ca39c | [log] [tgz] |
---|---|---|
author | Keir Mierle <mierle@gmail.com> | Fri Aug 10 16:44:44 2012 -0700 |
committer | Keir Mierle <mierle@gmail.com> | Fri Aug 10 16:44:52 2012 -0700 |
tree | 7870e6ebe8d39d99a8bdda24a802051e638baae6 | |
parent | 4d84182acc6c41b36ff729417c6770fbe2f55ca7 [diff] |
Explicitly import string into the Ceres namespace. This is a workaround for anyone building Ceres in an environment where there is a non-standard string implementation in the global namespace. Due to the way the standard is written, a "using namespace X" import is not high enough precedence to resolve a naked reference to "string". Instead, by explicitly importing string, the lookup becomes unambiguous. Change-Id: I8d70463de01c482796c5bc09da05b37d21e7af96