From d68a5e3f1717f5b7ea78e5dcc2e35a76f292667a Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 22:22:23 +0200 Subject: development/boost: Updated for version 1.36.0 --- development/boost/patches/changeset_r48141.diff | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 development/boost/patches/changeset_r48141.diff (limited to 'development/boost/patches/changeset_r48141.diff') diff --git a/development/boost/patches/changeset_r48141.diff b/development/boost/patches/changeset_r48141.diff new file mode 100644 index 0000000000..06ce73995e --- /dev/null +++ b/development/boost/patches/changeset_r48141.diff @@ -0,0 +1,31 @@ +Index: /trunk/boost/xpressive/detail/utility/hash_peek_bitset.hpp +=================================================================== +--- /trunk/boost/xpressive/detail/utility/hash_peek_bitset.hpp (revision 43799) ++++ /trunk/boost/xpressive/detail/utility/hash_peek_bitset.hpp (revision 48141) +@@ -105,5 +105,8 @@ + void set_bitset(hash_peek_bitset const &that) + { +- this->bset_ |= that.bset_; ++ if(this->test_icase_(that.icase())) ++ { ++ this->bset_ |= that.bset_; ++ } + } + +Index: /trunk/libs/xpressive/test/regress.txt +=================================================================== +--- /trunk/libs/xpressive/test/regress.txt (revision 47901) ++++ /trunk/libs/xpressive/test/regress.txt (revision 48141) +@@ -3739,2 +3739,12 @@ + br0=c + [end] ++ ++[nocasealternate] ++str=common HighLight and Blow this ++pat=highlight|blow ++flg=ig ++sub=$& ++res=common HighLight and Blow this ++br0=HighLight ++br1=Blow ++[end] -- cgit v1.2.3