2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 07:02:15 +00:00

removed flotsam

[SVN r13307]
This commit is contained in:
Dave Abrahams
2002-03-30 01:21:10 +00:00
parent 2a6060e425
commit 383a51dde8

View File

@@ -125,8 +125,6 @@ namespace detail
template <class Reference>
struct referent_storage
{
typedef typename remove_cv<typename remove_reference<Reference>::type>::type referent;
BOOST_STATIC_CONSTANT(std::size_t, target = referent_alignment<Reference>::value);
typedef lower_alignment<target> t1;