I got errors when I tried to use boost::iostreams::mapped_file_params. When I looked into the file mapped_file.hpp, I saw a statement "typedef basic_mapped_file_params mapped_file_params". Is this mapped_file_params class depreciated? Are there any good examples to read and write files using updated boost mapped IO classes?