Skip to content
Snippets Groups Projects
  1. Mar 31, 2022
  2. Feb 18, 2022
  3. Jan 27, 2022
  4. Jan 19, 2022
  5. Jan 09, 2022
  6. Jan 06, 2022
  7. Dec 02, 2021
    • Dmitri Naumov's avatar
      Remove copy ctor definitions. These are implicit. · 43a13bbb
      Dmitri Naumov authored and Dmitri Naumov's avatar Dmitri Naumov committed
      The definition of implicit copy assignment operator for a class
      is deprecated because it has a user-declared copy constructor
      as issued by -Wdeprecated-copy warning.
      
      Since the definitions of default copy constructors are implictly
      created by the compiler (as well as the copy assignments)
      the definitions are not needed.
      43a13bbb
  8. Nov 24, 2021
  9. Oct 06, 2021
  10. Aug 30, 2021
  11. Aug 27, 2021
  12. Jul 28, 2021
  13. Jun 15, 2021
  14. Jun 14, 2021
  15. May 17, 2021
  16. Apr 06, 2021
  17. Apr 04, 2021
Loading