[PATCH] D22712: Remove FileEntry copy-constructor

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 24 03:00:44 PDT 2016


bkramer added a comment.

As far as I know we still support GCC 4.7, which doesn't have emplace in std::map. I don't think this patch will work with 4.7. Should we drop support for 4.7?


https://reviews.llvm.org/D22712





More information about the cfe-commits mailing list