[PATCH] D146376: Update static_assert message for redundant cases

Christopher Di Bella via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 20 10:44:59 PDT 2023


cjdb added a comment.

Thanks for working on this, it's much appreciated!

  <source>:4:1: error: static assertion failed due to requirement 'is_gitlab'
  static_assert(is_gitlab and is_weekend);
  ^             ~~~~~~~~~

The arrow seems a bit off here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146376



More information about the cfe-commits mailing list