Skip to content

Commit 31af633

Browse files
committed
Updating deps
1 parent 0877366 commit 31af633

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/wlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(WLIB_STL_DIR ${CMAKE_CURRENT_LIST_DIR}/../../wlib-stl)
1818
set(WIO_MODULES_DIR ${WLIB_STL_DIR}/.wio/node_modules)
1919

2020
set(wlib-tmp_dir ${WIO_MODULES_DIR}/wlib-tmp__1.0.2)
21-
set(wlib-memory_dir ${WIO_MODULES_DIR}/wlib-memory__1.0.3)
21+
set(wlib-memory_dir ${WIO_MODULES_DIR}/wlib-memory__1.0.4)
2222
set(wlib-malloc_dir ${WIO_MODULES_DIR}/wlib-malloc__1.0.4)
2323
set(wlib-tlsf_dir ${WIO_MODULES_DIR}/wlib-tlsf__1.0.5)
2424

wlib-stl/tests/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ typedef dynamic_string string;
88
template<typename K, typename V>
99
using map = tree_map<K, V>;
1010

11+
void *operator new(decltype(sizeof(0)), void *ptr) noexcept { return ptr; }
1112

1213
struct data_init {
1314
static constexpr unsigned POOL_SIZE = 4096;

wlib-stl/wio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: pkg
22

33
project:
44
name: wlib-stl
5-
version: 3.0.1
5+
version: 3.0.2
66
organization: Waterloop
77
description: Standard Library for embedded C++ development
88
repository: https://github.com/waterloop/waterloop-wlib.git
@@ -50,7 +50,7 @@ targets:
5050

5151
dependencies:
5252
wlib-memory:
53-
version: 1.0.3
53+
version: 1.0.4
5454
link_visibility: PUBLIC
5555
definitions:
5656
- $(WLIB_TLSF_ARCH)

0 commit comments

Comments
 (0)