Explorar el Código

include <assert> -> <cassert>

Fixes reported public issue #280.
naive_version
Chris Mumford hace 9 años
padre
commit
b9afa1f2e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      doc/index.html

+ 1
- 1
doc/index.html Ver fichero

@ -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;

Cargando…
Cancelar
Guardar