[PATCH] D53049: Annotate scoped_lock as with scoped_lockable attribute
    Aaron Puchert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 10 15:09:27 PDT 2018
    
    
  
aaronpuchert added a comment.
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?
Repository:
  rL LLVM
https://reviews.llvm.org/D53049
    
    
More information about the llvm-commits
mailing list