ソースを参照

include <assert> -> <cassert>

Fixes reported public issue #280.
baseline
Chris Mumford 9年前
コミット
b9afa1f2e7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      doc/index.html

+ 1
- 1
doc/index.html ファイルの表示

@ -22,7 +22,7 @@ directory. The following example shows how to open a database,
creating it if necessary: creating it if necessary:
<p> <p>
<pre> <pre>
#include &lt;assert&gt;
#include &lt;cassert&gt;
#include "leveldb/db.h" #include "leveldb/db.h"
leveldb::DB* db; leveldb::DB* db;

読み込み中…
キャンセル
保存