1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Move SPSCQueue to tracy namespace.

This commit is contained in:
Bartosz Taudul 2021-11-14 18:31:58 +01:00
parent 20e3ec92b9
commit fe04cf0b35
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -30,7 +30,7 @@ SOFTWARE.
#include <stdexcept>
#include <type_traits> // std::enable_if, std::is_*_constructible
namespace rigtorp {
namespace tracy {
template <typename T, typename Allocator = std::allocator<T>> class SPSCQueue {