Re: [libcxx] r294099 - Undefine min/max in __tree

2017-02-04 Thread Eric Fiselier via cfe-commits
Merged in r294103. On Sat, Feb 4, 2017 at 1:39 PM, Eric Fiselier wrote: > I'm going to merge this into v4.0 in order to fix > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216772 > > /Eric > > On Sat, Feb 4, 2017 at 1:27 PM, Eric Fiselier via cfe-commits < > cfe-commits@lists.llvm.org> wrote

Re: [libcxx] r294099 - Undefine min/max in __tree

2017-02-04 Thread Eric Fiselier via cfe-commits
I'm going to merge this into v4.0 in order to fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216772 /Eric On Sat, Feb 4, 2017 at 1:27 PM, Eric Fiselier via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: ericwf > Date: Sat Feb 4 14:27:46 2017 > New Revision: 294099 > > URL: ht

[libcxx] r294099 - Undefine min/max in __tree

2017-02-04 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Sat Feb 4 14:27:46 2017 New Revision: 294099 URL: http://llvm.org/viewvc/llvm-project?rev=294099&view=rev Log: Undefine min/max in __tree Added: libcxx/trunk/test/libcxx/containers/associative/undef_min_max.pass.cpp Modified: libcxx/trunk/include/__tree Modified: li