Skip to content

Commit 5df3559

Browse files
committed
updating library usage instruction
1 parent 361d363 commit 5df3559

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

USEME.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ C++17 is required.
2727
- [MEMORY-SAFE-CPP]/library/src/iibmalloc/src/foundation/src/log.cpp
2828
- [MEMORY-SAFE-CPP]/library/src/iibmalloc/src/foundation/src/tagged_ptr_impl.cpp
2929
- [MEMORY-SAFE-CPP]/library/src/iibmalloc/src/foundation/src/cpu_exceptions_translator.cpp
30+
- [MEMORY-SAFE-CPP]/library/src/iibmalloc/src/safe_ptr.cpp
3031

3132
Also, on Linux:
3233

@@ -39,10 +40,7 @@ C++17 is required.
3940
- [MEMORY-SAFE-CPP]/library/src/iibmalloc/src/iibmalloc_windows.cpp
4041

4142
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+
4644
- #include <safe_ptr.h>
4745

4846
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)

0 commit comments

Comments
 (0)