mirror of
https://github.com/polybar/polybar.git
synced 2026-04-02 13:47:05 +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.