Chris Thrasher
55f0918c62
Remove sf::View::reset
in favor of assignment operations
...
It's rare that a type truly needs a .reset function. Copy/move
assignment typically accomplishes the same thing with less code
and is easier to maintain since it doesn't require updating your
.reset() function as new data members are added.
To reset a type is conceptually the same thing as simply assigning
from a newly constructed instance of the same type.
2024-05-26 10:23:52 -06:00
..
2024-01-27 15:31:30 -07:00
2023-05-15 16:13:39 -06:00
2023-05-13 12:38:11 -06:00
2023-07-08 17:00:58 -06:00
2024-01-25 23:45:00 -07:00
2024-05-22 23:37:42 -06:00
2024-05-19 14:01:54 -06:00
2024-04-11 09:05:28 -06:00
2023-05-13 12:38:11 -06:00
2024-05-19 13:25:34 -06:00
2023-11-15 12:07:31 -07:00
2023-05-15 16:13:39 -06:00
2024-05-25 00:56:37 +02:00
2024-01-29 08:13:14 -07:00
2024-04-11 12:59:06 -06:00
2024-05-25 00:56:37 +02:00
2024-05-25 00:56:37 +02:00
2023-08-04 19:26:30 -06:00
2023-08-04 19:26:30 -06:00
2023-08-04 19:26:30 -06:00
2023-08-04 19:26:30 -06:00
2023-08-04 19:26:30 -06:00
2023-08-05 14:37:47 -06:00
2023-08-05 14:37:47 -06:00
2024-05-19 20:58:58 -06:00
2023-08-05 14:37:47 -06:00
2024-02-09 12:52:23 +01:00
2023-08-06 11:18:06 -06:00
2024-01-29 08:13:14 -07:00
2024-05-19 14:01:54 -06:00
2024-05-19 13:25:34 -06:00
2023-05-13 12:38:11 -06:00
2024-05-14 13:07:40 -06:00
2023-07-07 13:21:56 -06:00
2024-02-19 16:44:06 +00:00
2024-02-19 16:44:06 +00:00
2024-01-27 15:31:30 -07:00
2024-05-26 10:23:52 -06:00