]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/x3/char/any_char.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / x3 / char / any_char.hpp
index 6add7b6473649bcf0fb08c0ae420f55f451aa339..42384ec00258804297e7e70ba2546d006cb4b66f 100644 (file)
@@ -24,7 +24,7 @@ namespace boost { namespace spirit { namespace x3
         template <typename Char, typename Context>
         bool test(Char ch_, Context const&) const
         {
-            return ((sizeof(Char) <= sizeof(char_type)) || encoding::ischar(ch_));
+            return encoding::ischar(ch_);
         }
 
         template <typename Char>