forked from boostorg/type_traits
Update type_with_alignment.hpp
Replaced dead link
This commit is contained in:
@@ -120,7 +120,8 @@ 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://groups.google.com/g/boost-developers-archive/c/cM9xfiqkwLo
|
||||
// (originally http://article.gmane.org/gmane.comp.lib.boost.devel/173011)
|
||||
// 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<>
|
||||
|
Reference in New Issue
Block a user