mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move SPSCQueue to tracy namespace.
This commit is contained in:
parent
20e3ec92b9
commit
fe04cf0b35
@ -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 {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user