We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c4a6b commit af23b7bCopy full SHA for af23b7b
cubool/sources/core/library.cpp
@@ -46,6 +46,7 @@
46
namespace cubool {
47
48
std::unordered_set<class Matrix*> Library::mAllocMatrices;
49
+ std::unordered_set<class Vector*> Library::mAllocVectors;
50
std::shared_ptr<class BackendBase> Library::mBackend = nullptr;
51
std::shared_ptr<class Logger> Library::mLogger = std::make_shared<DummyLogger>();
52
bool Library::mRelaxedRelease = false;
0 commit comments