v14
Brett 2024-09-28 16:50:44 -04:00
parent ac7e44ec18
commit 6543129c80
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(COSC-4P80-Assignment-1 VERSION 14.2.2)
project(COSC-4P80-Assignment-1 VERSION 14.2.3)
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)

@ -1 +1 @@
Subproject commit 0ecee088f6a633be523468843c55b925550ca691
Subproject commit fb3ed3aa5ee9ac4185dc6228e06b07466fc38e91

View File

@ -3,7 +3,7 @@
#include <blt/math/log_util.h>
#include "blt/std/assert.h"
#include <blt/format/boxing.h>
#include <blt/std/iterator.h>
#include <blt/iterator/iterator.h>
#include <a1.h>
constexpr blt::u32 num_values = 4;