Results 1 issues of NewView

Sample code: ```` int main() { const int fd = open("file.txt", O_RDONLY); mio::mmap_source mmap(fd, 0, mio::map_entire_file); ```` produced: ```` i686-w64-mingw32-g++.exe -o bin\Debug\mio-test.exe obj\Debug\main-full.o In file included from main-full.cpp:2: mio.hpp: In...