Przeglądaj źródła

include <assert> -> <cassert>

Fixes reported public issue #280.
main
Chris Mumford 9 lat temu
rodzic
commit
b9afa1f2e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      doc/index.html

+ 1
- 1
doc/index.html Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz