summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayoutengine.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2024-04-23 07:49:44 +0200
committerMarc Mutz <marc.mutz@qt.io>2024-04-23 13:24:42 +0000
commitc1f1523047b2e005fb7442847c2aa000faa7d0ac (patch)
treecfb9d0b56655994da17d04f53b4e58ce34d9cd9f /src/widgets/kernel/qlayoutengine.cpp
parent2574424d7a557c0add529d897ff5daeda4db4624 (diff)
QAtomicScopedValueRollback: remove impossible constexprHEADdev
Neither atomic::load() nor store() are contstexpr in the standard. The only reason this code compiled is because QASVR is a class template, so contexpr tags that can't be fulfilled are silently dropped at instantiation time by the compiler. Remove the tag to avoid giving readers the wrong idea. Reported-by: Thiago Macieira <thiago.macieira@intel.com> Pick-to: 6.7 Change-Id: I6f23ab9fb2e8ceecaa45ffaef1fadbc7de266803 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets/kernel/qlayoutengine.cpp')
0 files changed, 0 insertions, 0 deletions