Skip to content

Commit 9f44a1f

Browse files
committed
COMP: Update KWStyle
Attempting the address build warnings on Clang. Example: KWStyle/Utilities/boost/xpressive/basic_regex.hpp:200:43: note: in instantiation of member function 'boost::xpressive::regex_compiler<std::__wrap_iter<const char *>>::compile' requested here 200 | return regex_compiler<BidiIter>().compile(begin, flags); | ^ KWStyle/kwsParser.cxx:575:32: note: in instantiation of member function 'boost::xpressive::basic_regex<std::__wrap_iter<const char *>>::compile' requested here 575 | sregex unixNewline = sregex::compile("\r?\n|\r"); | ^ In file included from KWStyle/kwsParser.cxx:18: In file included from KWStyle/Utilities/boost/xpressive/xpressive.hpp:18: In file included from KWStyle/Utilities/boost/xpressive/xpressive_static.hpp:24: In file included from KWStyle/Utilities/boost/xpressive/regex_primitives.hpp:22: In file included from KWStyle/Utilities/boost/xpressive/detail/core/matchers.hpp:46: KWStyle/Utilities/boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp:219:32: warning: definition of implicit copy constructor for 'simple_repeat_matcher<boost::xpressive::detail::shared_matchable<std::__wrap_iter<const char *>>, mpl_::bool_<true>>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] 219 | simple_repeat_matcher &operator =(simple_repeat_matcher const &); | ^
1 parent 1b6a38e commit 9f44a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/KWStyle/BuildKWStyle.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(NOT TARGET KWStyle)
2323
ExternalProject_Add(
2424
KWStyle
2525
GIT_REPOSITORY "https://github.com/Kitware/KWStyle.git"
26-
GIT_TAG 6971e89ec4c763601edf1d0ea0d6f71d42fbca5d
26+
GIT_TAG 2b53cb522e79a4a2c0bde5a23eb3275e7ee91140
2727
UPDATE_COMMAND ""
2828
DOWNLOAD_DIR ${KWStyle_SOURCE_DIR}
2929
SOURCE_DIR ${KWStyle_SOURCE_DIR}

0 commit comments

Comments
 (0)