<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 6, 2018 at 1:54 PM, Isaac Hier via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You need to use `-std=c++14` or `-std=c++1y` for this to work.<br></blockquote><div><br></div>Yes -- that was implied by the subject line "ASTUnitTest.cpp does not compile under C++11".  I think the email is pointing out that this should not be the case; some recent code change inadvertently introduced C++14 code there.  Happily it appears to have been fixed in <a href="https://github.com/llvm-mirror/clang/commit/3cab9725c69c7c7771a4aed5f3e17954702309f3">https://github.com/llvm-mirror/clang/commit/3cab9725c69c7c7771a4aed5f3e17954702309f3</a></div><div class="gmail_quote"><br></div><div class="gmail_quote">-- James</div></div></div>