[libcxx-commits] [libcxx] [libcxxabi] [llvm] [libc++] Make variables in templates inline (PR #115785)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 12 09:11:09 PST 2024


https://github.com/ldionne commented:

Can you provide a bit more context around this change? These variables are not marked `inline` in the spec AFAICT. Is this just to allow defining them inside the classes and avoiding a bunch of verbose declarations?

https://github.com/llvm/llvm-project/pull/115785


More information about the libcxx-commits mailing list