From 1661a472b8245eb4588fedbf19c9ed07a41e7602 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Wed, 25 Jul 2018 17:33:22 +0800 Subject: add unicode compatible file_lock for Windows boost::interprocess::file_lock cannot open the files that contain characters which cannot be parsed by the user's code page on Windows. This commit add a new class to handle those specific file for Windows. --- test/lint/lint-includes.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test/lint') 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 -- cgit v1.2.3