List Question
14 TechQA 2023-11-21T20:04:36.290000How to pass big data from a factory to a constructor with neither dynamic memory nor unnecessary copies?
198 views
Asked by GRamon
How does the 'explicit' keyword affect C++ copy constructors and function parameters?
168 views
Asked by Andrés
Meaning of this=<optimized out> in GDB
778 views
Asked by JoeManiaci
How can I verify that the compiler is eliding my coroutine heap allocations?
441 views
Asked by Mark Wallace
Why destructor is called if the return operation is elided?
95 views
Asked by Matteo Galeotti
Why do relaxed atomic operations prevent compiler optimizations?
448 views
Asked by Altan
move semantics in constructor in return statement
158 views
Asked by user3353819
How do I check if hardware lock elision (HLE) is disabled in libpthread.so.0?
296 views
Asked by Simon
Can I tell my compiler to ignore the side effects of a statement or a function?
803 views
Asked by einpoklum
Index of elisions in JavaScript arrays
289 views
Asked by theDavidBarton
Do I need to use the "import type" feature of TypeScript 3.8 if all of my imports are from my own file?
128.9k views
Asked by Ilya Chernomordik
Is this "elision failure" language-mandated?
343 views
Asked by einpoklum