[cfe-dev] what libc++ version introduced C++14 delete operators?
Brian Cain via cfe-dev
cfe-dev at lists.llvm.org
Tue Dec 5 06:26:10 PST 2017
On Tue, Dec 5, 2017 at 4:28 AM, René J. V. Bertin via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> ...
> libc++ already provided all dependencies. To be confirmed of course (and
> sadly I
> have no idea ATM how to write a test case.)
>
>
libc++ actually has a test suite that can be used on other compilers and it
looks like someone's been running it against gcc. You will find tests for
those features in libcxx/test/.
See
https://releases.llvm.org/5.0.0/projects/libcxx/docs/TestingLibcxx.html#cmdoption-lit-arg-use_system_cxx_lib
and
https://releases.llvm.org/5.0.0/projects/libcxx/docs/TestingLibcxx.html#cmdoption-lit-arg-cxx_under_test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20171205/8ba4fc37/attachment.html>
More information about the cfe-dev
mailing list