cjdb added a comment.

I tried the following, but it doesn't work with modules, so it looks like a 
compiler solution is necessary.

  // in <algorithm>
  #define _LIBCPP_PRIVATE_HEADER_ALLOWED
  
  // in <__algorithm/find.h>
  #ifndef _LIBCPP_PRIVATE_HEADER_ALLOWED
  #error This is a libc++ detail header. Please instead include <algorithm>.
  #endif


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105439/new/

https://reviews.llvm.org/D105439

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to