Import lldb r233478: Fix build failure on Freebsd with gcc 4.9.

llvm.org/pr23051

Submitted by:	rodrigc
This commit is contained in:
Ed Maste 2015-03-28 18:29:13 +00:00
parent 513635bfaa
commit e3327e3942

View File

@ -4886,7 +4886,7 @@ struct string_pair
struct Db
{
typedef String String;
typedef ::String String;
typedef Vector<string_pair> sub_type;
typedef Vector<sub_type> template_param_type;
Vector<string_pair> names;