This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB_TTL_
Watch
23
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
include <assert> -> <cassert>
Fixes reported public issue
#280
.
main
Chris Mumford
9 years ago
parent
65190ac48b
commit
b9afa1f2e7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/index.html
+ 1
- 1
doc/index.html
View File
@ -22,7 +22,7 @@ directory. The following example shows how to open a database,
creating it if necessary:
<
p
>
<
pre
>
#include
<
assert
>
#include
<
c
assert
>
#include "leveldb/db.h"
leveldb::DB* db;
Write
Preview
Loading…
Cancel
Save