LUMIERA.clone/research
Ichthyostega e6403cbc7e Invocation: get structural bindings to work
It seemed like we're doomed...
Yet we barely escaped our horrid fate, because the C++ structured bindings happen to look also for get<i> member functions!

Any other solution involving a free function `get<i>(h)` would not work, since the `std::tuple` used as base class would inevitably drag in std::get via ADL
Obviously, the other remedy would be to turn the `StorageFrame` into a member; yet doing so is not desirable, as makes the actual storage layout more obscure (and also more brittle)
2024-12-12 19:03:43 +01:00
..
clang-static-init-1.cpp BUG: Clang shows a problem when accessing templated static variable through separate compilation units 2013-10-06 23:17:18 +02:00
clang-static-init-2.cpp bughunt: re-create the whole 2nd layer with a configurable product type --> HIT 2013-10-06 23:17:18 +02:00
clang-static-init.hpp BUG: Clang shows a problem when accessing templated static variable through separate compilation units 2013-10-06 23:17:18 +02:00
crash_gdb_jessie-2015-08.sh investigation: Segfault in GDB (IV) (related to #946) 2015-08-16 01:17:35 +02:00
DIR_INFO SCons: new build target for experimental code 2011-12-03 06:10:12 +01:00
gtk-canvas-experiment.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
gtk-canvas-experiment.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
gtk-canvas-main.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
gtk-style-experiment.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
gtk-style-experiment.css Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
SConscript Investigation: install a custom stylesheet 2019-08-01 00:48:04 +02:00
try.cpp Invocation: get structural bindings to work 2024-12-12 19:03:43 +01:00