1
0
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:
Bartosz Taudul
2021-11-14 18:31:58 +01:00
parent 20e3ec92b9
commit fe04cf0b35
+1 -1
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 {