Reviving old code.

This commit is contained in:
Martin Felis
2025-11-11 09:03:24 +01:00
parent 382730960f
commit 791bf36b90
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.3)
cmake_minimum_required (VERSION 3.20)
# Defines the project's name
project(ozz)
@@ -49,7 +49,7 @@ class StdAllocator {
StdAllocator(const StdAllocator&) noexcept {}
template <class _Other>
StdAllocator<value_type>(const StdAllocator<_Other>&) noexcept {}
StdAllocator(const StdAllocator<_Other>&) noexcept {}
template <class _Other>
struct rebind {