Fixed persistent.hpp documentation

Small error - object fs does not exist in this code example
This commit is contained in:
Philipp Hasper 2015-03-17 15:28:37 +01:00
parent e12a04ac7e
commit e0efda7145

View File

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