File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set(WLIB_STL_DIR ${CMAKE_CURRENT_LIST_DIR}/../../wlib-stl)
18
18
set (WIO_MODULES_DIR ${WLIB_STL_DIR} /.wio/node_modules)
19
19
20
20
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 )
22
22
set (wlib-malloc_dir ${WIO_MODULES_DIR} /wlib-malloc__1.0.4)
23
23
set (wlib-tlsf_dir ${WIO_MODULES_DIR} /wlib-tlsf__1.0.5)
24
24
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ typedef dynamic_string string;
8
8
template <typename K, typename V>
9
9
using map = tree_map<K, V>;
10
10
11
+ void *operator new (decltype (sizeof (0 )), void *ptr) noexcept { return ptr; }
11
12
12
13
struct data_init {
13
14
static constexpr unsigned POOL_SIZE = 4096 ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ type: pkg
2
2
3
3
project :
4
4
name : wlib-stl
5
- version : 3.0.1
5
+ version : 3.0.2
6
6
organization : Waterloop
7
7
description : Standard Library for embedded C++ development
8
8
repository : https://github.com/waterloop/waterloop-wlib.git
@@ -50,7 +50,7 @@ targets:
50
50
51
51
dependencies :
52
52
wlib-memory :
53
- version : 1.0.3
53
+ version : 1.0.4
54
54
link_visibility : PUBLIC
55
55
definitions :
56
56
- $(WLIB_TLSF_ARCH)
You can’t perform that action at this time.
0 commit comments