Boost logo

Boost :

Subject: [boost] align/alignment_of (Was: [Modularization] new Memory module)
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-10 07:48:13


Clang has this to say:

In file included from aligned_delete_test.cpp:9:
In file included from ..\..\..\boost/align/aligned_alloc.hpp:49:
..\..\..\boost/align/detail/aligned_alloc.hpp:26:30: error: no template
named 'a
lignment_of' in namespace 'boost::alignment::detail'; did you mean simply
'align
ment_of'?
                void_align = detail::alignment_of<void*>::value,
                             ^~~~~~~~~~~~~~~~~~~~
                             alignment_of

and

alignment_of_test.cpp:64:5: warning: template argument uses unnamed type
[-Wunna
med-type-template-args]
    BOOST_TEST_EQ(boost::alignment::
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk