Commit e0efda71 authored by Philipp Hasper's avatar Philipp Hasper

Fixed persistent.hpp documentation

Small error - object fs does not exist in this code example
parent e12a04ac
......@@ -257,7 +257,7 @@ Here is how to read the file created by the code sample above:
cout << " " << (int)lbpval[i];
cout << ")" << endl;
}
fs.release();
fs2.release();
@endcode
Format specification {#format_spec}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment