LOG_STRING: use std::vector and std::string.
authorJesse Rosenstock <jmr@google.com>
Thu, 26 Mar 2015 18:25:14 +0000 (14:25 -0400)
committerJesse Rosenstock <jmr@google.com>
Thu, 26 Mar 2015 18:25:14 +0000 (14:25 -0400)
commit162a8ef4ea992b7a79c582f96d9cdde18925f49a
tree166b728f44e4a2c52d170490700e66c4b001b03d
parent47ab571f38e8c6266c260010ac631f888e302e6d
LOG_STRING: use std::vector and std::string.

Previously, plain vector and string were used.
This assumed that there were "using" directives or
declarations before the macro was used.  This will
not always be the case.
src/glog/logging.h.in