Files
ladybird/Userland/Libraries/LibSQL
Lenny Maiorani da10ad3f0d LibSQL: Use compiler generated default functions
Problem:
- Clang ToT generates warnings due to user-declared functions causing
  the implicitly generated assignment operator to not be generated.

Solution:
- Declare the default constructor `= default`.
- Remove the default copy constructor declaration.
2021-08-06 23:54:36 +02:00
..
2021-06-19 22:06:45 +02:00
2021-06-19 22:06:45 +02:00
2021-06-19 22:06:45 +02:00