]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/x3/support/numeric_utils/extract_int.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / spirit / home / x3 / support / numeric_utils / extract_int.hpp
index 621275f4c83b1c4ecc6d3246d5179df40964e51a..6e59d42bd18fb57fdc59326a51626fb8f36bd616 100644 (file)
@@ -62,8 +62,7 @@ namespace boost { namespace spirit { namespace x3
             extract_type;
 
             Iterator save = first;
-            if (!extract_type::parse(first, last,
-                detail::cast_unsigned<T>::call(attr)))
+            if (!extract_type::parse(first, last, attr))
             {
                 first = save;
                 return false;