[PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
Aaron Puchert via Phabricator
reviews at reviews.llvm.org
Wed Oct 10 15:38:40 PDT 2018
aaronpuchert added a comment.
In https://reviews.llvm.org/D53049#1261176, @aaronpuchert wrote:
> In https://reviews.llvm.org/D53049#1261142, @ldionne wrote:
>
> > `#if TEST_STD_VER >= 17` is what you're looking for. And don't forget to `#include "test_macros.h".
>
>
> Oh, I was a bit to quick and used `__cplusplus`. Should I change it?
Ok, I cleaned this up a bit in https://reviews.llvm.org/rCXX344194. I hope you don't mind, the change is rather small.
Repository:
rL LLVM
https://reviews.llvm.org/D53049
More information about the libcxx-commits
mailing list