Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 424 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 424 Bytes

memset_explicit

For explanation have a look at C++ Proposal P1315R6.

  • The code is tested with g++ 10.1.0 (C++17 standard).
  • Additional information and comparision of possible approaches: Dead Store Elimination