mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 14:28:08 -05:00
common/thread_queue_list: Remove unnecessary dependency on boost
We really don't need to pull in several headers of boost related machinery just to perform the erase-remove idiom (particularly with C++20 around the corner, which adds universal container std::erase and std::erase_if, which we can just use instead). With this, we don't need to link in anything boost-related into common.
This commit is contained in:
@ -128,4 +128,4 @@ endif()
|
||||
|
||||
create_target_directory_groups(common)
|
||||
|
||||
target_link_libraries(common PUBLIC Boost::boost fmt microprofile)
|
||||
target_link_libraries(common PUBLIC fmt microprofile)
|
||||
|
Reference in New Issue
Block a user