Commits


Marcel Jacobse authored and GitHub committed f23fedbbf8a
Fix examples in user guide using deprecated `DoNotOptimize`-API (#1568) * Update AUTHORS/CONTRIBUTORS * Fix examples with deprecated DoNotOptimize API The const-reference API to DoNotOptimize was deprecated with #1493. Some examples in the user guide are using exactly that deprecated interface. This fixes that by passing non-const lvalues instead. Fixes #1566