forked from OSchip/llvm-project
Bug 23051 - Fix build failure on Freebsd with gcc 4.9.
Patch by Craig Rodrigues llvm-svn: 233478
This commit is contained in:
parent
6794238c70
commit
ebda55986a
|
@ -4887,7 +4887,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;
|
||||
|
|
Loading…
Reference in New Issue