mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
be more verbose on change reasons
This commit is contained in:
parent
8f9091550e
commit
663d5c314e
8 changed files with 42 additions and 1 deletions
9
extern/shiny/Main/Preprocessor.cpp
vendored
9
extern/shiny/Main/Preprocessor.cpp
vendored
|
@ -6,6 +6,15 @@
|
|||
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
/*
|
||||
Almost exact copy of load_file_to_string policy found in
|
||||
boost::wave headers with the only change that it uses
|
||||
boost::filesystem facility to handle UTF-8 paths used
|
||||
throughout OpenMW (bfs::fstream, bfs::path).
|
||||
|
||||
Original namespace is used due to required bost::wave
|
||||
internal symbols.
|
||||
*/
|
||||
namespace boost {
|
||||
namespace wave {
|
||||
namespace iteration_context_policies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue