push
parent
a2a358ac0c
commit
506948d3f6
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
project(COSC-4P80-Assignment-1 VERSION 0.0.13)
|
||||
project(COSC-4P80-Assignment-1 VERSION 0.0.14)
|
||||
|
||||
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
|
||||
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)
|
||||
|
|
2
lib/blt
2
lib/blt
|
@ -1 +1 @@
|
|||
Subproject commit cacc082ce9a28468d29a31c402fa2c3fcbe3f910
|
||||
Subproject commit a27651b21d1864d99a29f5d8985d6ae970e55ca1
|
|
@ -3,6 +3,7 @@
|
|||
#include <blt/math/log_util.h>
|
||||
#include "blt/std/assert.h"
|
||||
#include <blt/format/boxing.h>
|
||||
#include <blt/std/iterator.h>
|
||||
#include <a1.h>
|
||||
|
||||
constexpr blt::u32 num_values = 4;
|
||||
|
|
Loading…
Reference in New Issue