You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // Copyright 2023 Filipe Coelho <falktx@falktx.com>
- // SPDX-License-Identifier: 0BSD OR ISC
-
- #pragma once
- #include_next <shared_mutex>
-
- #if __GNUC__ < 12
- #include "mingw.shared_mutex.h"
- #endif
|