mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
Move SPSCQueue to tracy namespace.
This commit is contained in:
parent
20e3ec92b9
commit
fe04cf0b35
@ -30,7 +30,7 @@ SOFTWARE.
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <type_traits> // std::enable_if, std::is_*_constructible
|
#include <type_traits> // std::enable_if, std::is_*_constructible
|
||||||
|
|
||||||
namespace rigtorp {
|
namespace tracy {
|
||||||
|
|
||||||
template <typename T, typename Allocator = std::allocator<T>> class SPSCQueue {
|
template <typename T, typename Allocator = std::allocator<T>> class SPSCQueue {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user