Skip to content

Commit f2d0436

Browse files
committed
update readme
1 parent 02276d6 commit f2d0436

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* [x] [functor](test/test_functor_linux.cpp)
4848
* [x] [private member function(use addr_pri.h)](test/test_private_member_function_linux.cpp)
4949
* [x] [private member function(cpp17)](test_cpp17/test_private_member.cpp)
50-
50+
* [x] function in the dynamic library(use dlsym())
5151

5252

5353

README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
* [x] [仿函数](test/test_functor_linux.cpp)
5050
* [x] [类的私有成员函数(使用 addr_pri.h)](test/test_private_member_function_linux.cpp)
5151
* [x] [类的私有成员函数(cpp17)](test_cpp17/test_private_member.cpp)
52+
* [x] 动态库里的函数(使用 dlsym()获取)
5253

5354

5455
# 单元测试相关说明

0 commit comments

Comments
 (0)