Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
openmp/trunk/libomptarget/src/
-
trunk/
-
libomptarget/
-
src/
-
omptarget.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D29171
[libomptarget] Fix compilation with libc++
Closed
Public
Authored by
Hahnfeld
on Jan 26 2017, 3:22 AM.
Download Raw Diff
Details
Reviewers
sfantao
EricWF
grokos
Commits
rGcfe5ef589ae0: [libomptarget] Fix compilation with libc++
rOMP293277: [libomptarget] Fix compilation with libc++
rL293277: [libomptarget] Fix compilation with libc++
Summary
iterator is only guaranteed to be default-constructible, without any argument.
Diff Detail
Repository
rL LLVM
Event Timeline
Hahnfeld
created this revision.
Jan 26 2017, 3:22 AM
Herald
added a reviewer:
EricWF
.
·
View Herald Transcript
Jan 26 2017, 3:22 AM
grokos
accepted this revision.
Jan 26 2017, 11:40 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Jan 26 2017, 11:40 AM
Closed by commit
rL293277: [libomptarget] Fix compilation with libc++
(authored by
Hahnfeld
).
·
Explain Why
Jan 27 2017, 3:14 AM
This revision was automatically updated to reflect the committed changes.