> The std::basic_string template type is only specified for > instantiations using character types. Newer (LLVM) libc++ > implementations no longer allow non-character integer types > to be used. > > Ok for trunk? LGTM. Thanks! -cary