io: always enable mapped_file
This commit is contained in:
parent
d81149b6e1
commit
c1c74a14f0
2
io.hpp
2
io.hpp
@ -112,7 +112,6 @@ namespace util {
|
||||
void set_cwd (const boost::filesystem::path &);
|
||||
|
||||
|
||||
#if defined(HAVE_MMAP)
|
||||
/// Wraps a mechanism to map a file into memory. Read only.
|
||||
class mapped_file {
|
||||
private:
|
||||
@ -143,7 +142,6 @@ namespace util {
|
||||
const uint8_t* cbegin (void) const;
|
||||
const uint8_t* cend (void) const;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
class path_error : public std::runtime_error {
|
||||
|
Loading…
Reference in New Issue
Block a user