mirror of
https://github.com/polybar/polybar.git
synced 2026-04-01 04:57:51 +00:00
On older gcc versions, the incomplete type can lead to a compilation error because unique_ptr requires the complete type for its destructor.
On older gcc versions, the incomplete type can lead to a compilation error because unique_ptr requires the complete type for its destructor.