diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-08-29 14:16:07 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-08-29 14:16:13 +0200 |
commit | 2ddce35abcb8249722f0cfecebd7b6ffa2a81bcf (patch) | |
tree | 17fe64248a6c580b55b074e473c454cd6a69dcdc /test | |
parent | 13887f41f22909e5c42cd132da02173d911e8285 (diff) | |
parent | 1661a472b8245eb4588fedbf19c9ed07a41e7602 (diff) |
Merge #13862: utils: drop boost::interprocess::file_lock
1661a472b8245eb4588fedbf19c9ed07a41e7602 add unicode compatible file_lock for Windows (Chun Kuan Lee)
Pull request description:
boost::interprocess::file_lock cannot open the files that contain characters which cannot be parsed by the user's code page on Windows.
This PR is seperated from #13426 for easier review.
Tree-SHA512: e240479cda65958bf6e1319840b83928b2b50da81d99f4f002fb3b62621370bcd4bcfacd2b8c0678c443a650d6ba53d9d12618b591e5bfd67ac14388a18fd822
Diffstat (limited to 'test')
-rwxr-xr-x | test/lint/lint-includes.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index 8f7a1fd76b..a38ce6f4cf 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -57,7 +57,6 @@ EXPECTED_BOOST_INCLUDES=( boost/filesystem.hpp boost/filesystem/detail/utf8_codecvt_facet.hpp boost/filesystem/fstream.hpp - boost/interprocess/sync/file_lock.hpp boost/multi_index/hashed_index.hpp boost/multi_index/ordered_index.hpp boost/multi_index/sequenced_index.hpp |