[llvm] r212148 - Remove the recommendation against using std::function
Chandler Carruth
chandlerc at google.com
Tue Jul 1 17:58:58 PDT 2014
On Tue, Jul 1, 2014 at 5:42 PM, Reid Kleckner <reid at kleckner.net> wrote:
> Author: rnk
> Date: Tue Jul 1 19:42:07 2014
> New Revision: 212148
>
> URL: http://llvm.org/viewvc/llvm-project?rev=212148&view=rev
> Log:
> Remove the recommendation against using std::function
>
> Clang-cl supports MSVC-style RTTI now, and we can even compile
> typeid(...) with /GR-. Just don't instantiate std::function with a
> polymorphic type, or bad things will happen.
>
This is amazing progress. Looking forward to the blog post. =D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140701/d3a03752/attachment.html>
More information about the llvm-commits
mailing list