]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/type_traits/type_with_alignment.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / type_traits / type_with_alignment.hpp
index e396349f7b4490c984c0261db777d8aa2901f277..e4860f9fd3412bc26b7a339245c2fa65f8217195 100644 (file)
@@ -120,7 +120,7 @@ template<> struct is_pod< ::boost::tt_align_ns::a128> : public true_type{};
 // registers.  Therefore we extend type_with_alignment<> to support
 // such types, however, we have to be careful to use a builtin type
 // whenever possible otherwise we break previously working code:
-// see http://article.gmane.org/gmane.comp.lib.boost.devel/173011
+// see https://lists.boost.org/Archives/boost/2014/03/212391.php
 // for an example and test case.  Thus types like a8 below will
 // be used *only* if the existing implementation can't provide a type
 // with suitable alignment.  This does mean however, that type_with_alignment<>