update tracy from 11.0 to 13.1 and fix build with tracy enabled
This commit is contained in:
@@ -7,7 +7,7 @@ namespace py = pybind11;
|
||||
#include "tracy/Tracy.hpp"
|
||||
|
||||
using OptionalString = std::optional<std::string>;
|
||||
using OptionalInt = std::optional<int>;
|
||||
using OptionalInt = std::optional<int32_t>;
|
||||
|
||||
#ifdef TRACY_ENABLE
|
||||
template <typename Type = uint64_t>
|
||||
|
||||
Reference in New Issue
Block a user