<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 23, 2017 at 1:32 PM, Marshall Clow <span dir="ltr"><<a href="mailto:mclow.lists@gmail.com" target="_blank">mclow.lists@gmail.com</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"><div dir="ltr">The upcoming C++1z (probably C++17) standard will not contain several things - most notably auto_ptr.<div><br></div><div>Soon, libc++ will not be providing auto_ptr by default when building in C++1z mode.</div><div>You'll be able to get it back with a </div><div>"-D_LIBCPP_ENABLE_CXX17_<wbr>REMOVED_AUTO_PTR" on your command line, or "#define _LIBCPP_ENABLE_CXX17_REMOVED_<wbr>AUTO_PTR" before including any libc++ header files.</div><div><br></div></div></blockquote><div><br></div><div>Landed as revision 292986.</div><div><br></div><div>-- Marshall </div></div><br></div></div>