We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0f1b6 commit ee177efCopy full SHA for ee177ef
include/extractor/raster_source.hpp
100644
100755
@@ -15,9 +15,7 @@
15
16
#include <storage/io.hpp>
17
18
-#include <iostream>
19
#include <iterator>
20
-#include <list>
21
#include <string>
22
#include <unordered_map>
23
using namespace std;
include/storage/io.hpp
@@ -68,7 +68,7 @@ class FileReader
68
((fingerprint == FingerprintFlag::VerifyFingerprint) ? sizeof(util::FingerPrint)
69
: 0);
70
}
71
- catch (boost::filesystem::filesystem_error &ex)
+ catch (const boost::filesystem::filesystem_error &ex)
72
{
73
std::cout << ex.what() << std::endl;
74
throw;
0 commit comments