[libomptarget] Fix compilation with libc++

iterator is only guaranteed to be default-constructible, without any argument.

Differential Revision: https://reviews.llvm.org/D29171

llvm-svn: 293277
This commit is contained in:
Jonas Hahnfeld 2017-01-27 11:03:33 +00:00
parent 8b7cadcf96
commit cfe5ef589a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct LookupResult {
HostDataToTargetListTy::iterator Entry;
LookupResult() : Flags({0,0,0}), Entry(0) {}
LookupResult() : Flags({0,0,0}), Entry() {}
};
/// Map for shadow pointers