Skip to content
Snippets Groups Projects
  1. May 16, 2023
    • Sander, Oliver's avatar
      Replace std::tie by std::make_tuple · ed1173f7
      Sander, Oliver authored
      The code erroneously used std::tie to combine two local variables
      to a single return value.  That may fail because std::tie produces
      a tuple of references.  Once the method has returned these references
      may or may not be valid anymore.  I am surprised that this bug
      has not caused trouble much earlier.
      ed1173f7
  2. Apr 27, 2023
  3. Apr 24, 2023
  4. Apr 20, 2023
  5. Apr 18, 2023
  6. Apr 17, 2023
  7. Mar 27, 2023
  8. Mar 22, 2023
  9. Mar 16, 2023
  10. Mar 15, 2023
Loading