[PATCH] D131479: Handle explicitly defaulted consteval special members.

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 27 04:40:40 PDT 2022


Mordante added a comment.

This change breaks the libc++ test `libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.fail.cpp`. (https://buildkite.com/llvm-project/libcxx-ci/builds/13149#0182d0d4-341a-4b41-b67f-12937f41e6d5)

Looking at the description of this patch it should only affect `consteval` functions, but it seems to affect `constexpr` functions too. Can you have a look?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131479



More information about the cfe-commits mailing list