mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-24 08:41:05 +00:00
Given the class contains quite a lot of non-trivial types, place the constructor and destructor within the cpp file to avoid inlining construction and destruction code everywhere the class is used.