File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ C++17 is required.
27
27
- [ MEMORY-SAFE-CPP] /library/src/iibmalloc/src/foundation/src/log.cpp
28
28
- [ MEMORY-SAFE-CPP] /library/src/iibmalloc/src/foundation/src/tagged_ptr_impl.cpp
29
29
- [ MEMORY-SAFE-CPP] /library/src/iibmalloc/src/foundation/src/cpu_exceptions_translator.cpp
30
+ - [ MEMORY-SAFE-CPP] /library/src/iibmalloc/src/safe_ptr.cpp
30
31
31
32
Also, on Linux:
32
33
@@ -39,10 +40,7 @@ C++17 is required.
39
40
- [ MEMORY-SAFE-CPP] /library/src/iibmalloc/src/iibmalloc_windows.cpp
40
41
41
42
3 . Add the following #include directives to code:
42
- - #include <fmt/format.h>
43
- - #include <foundation.h>
44
- - #include <nodecpp_assert.h>
45
- - #include <iibmalloc.h>
43
+
46
44
- #include <safe_ptr.h>
47
45
48
46
4 . Build with a compiler (in case of compiler errors like missing include files or unresolved calls, etc check above steps first, especially step 0)
You can’t perform that action at this time.
0 commit comments