Boost logo

Boost :

Subject: Re: [boost] BOOST_NO_CXX11_CONSTEXPR and msvc-14.0
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2015-07-21 17:12:54


[glenfe]
> I think VC14 also has a less conforming std::alignment_of than VC12.

Not to my knowledge, and I maintain the thing. We're now implementing alignment_of with the compiler's alignof (instead of library machinery) and as far as I know, alignof returns perfect answers. If you have examples otherwise, I'd like to see them.

Note that aligned_storage is still powered by imperfect library tech (unchanged since 2013) because the compiler's alignas doesn't permit highly-aligned objects to be passed by value.

STL


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