Add more robust constexpr support

This commit is contained in:
Andrzej Krzemienski
2026-02-10 19:30:11 +01:00
parent b6a57cdb46
commit 046357ce54
27 changed files with 618 additions and 244 deletions
@@ -55,5 +55,6 @@ int main()
{
// Invokes boost::optional copy constructor. Should not invoke wrapper constructor from U.
boost::optional< wrapper< int > > res = foo();
(void)res;
return 0;
}