merge attempt

This commit is contained in:
Nikolay Korolev
2020-12-19 03:21:04 +03:00
68 changed files with 2149 additions and 316 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
template<typename T, int n>
template<typename T, int32 n>
class CStore
{
public: