revert changes?
parent
be87d29128
commit
a1b43bee51
|
@ -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)
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue