revert changes?

dev
Brett 2024-09-04 21:21:04 -04:00
parent be87d29128
commit a1b43bee51
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(blt-gp VERSION 0.1.49)
project(blt-gp VERSION 0.1.50)
include(CTest)

View File

@ -128,7 +128,6 @@ namespace blt::gp
// largest = largest * largest_argc;
blt::size_t largest = largest_args * largest_argc * largest_returns * largest_argc;
BLT_TRACE(largest);
storage.eval_func = [&operators..., largest](const tree_t& tree, void* context) -> evaluation_context& {
const auto& ops = tree.get_operations();

View File

@ -49,7 +49,7 @@ namespace blt::gp
constexpr static blt::size_t MAX_ALIGNMENT = 8;
template<typename T>
using NO_REF_T = std::remove_cv_t<std::remove_reference_t<T>>;
using Allocator = variable_bump_allocator<>;
using Allocator = aligned_allocator;
public:
static Allocator& get_allocator();