================
@@ -109,7 +109,7 @@ class OperatorRelationsTable {
 //                           RangeSet implementation
 
//===----------------------------------------------------------------------===//
 
-RangeSet::ContainerType RangeSet::Factory::EmptySet{};
+const RangeSet::ContainerType RangeSet::Factory::EmptySet{};
----------------
steffenlarsen wrote:

Sadly, `ContainerType` relies on `SmallVector`, which isn't trivially 
constructible, so I don't see a way `constexpr` would work here.

https://github.com/llvm/llvm-project/pull/183478
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to