<boost/url/grammar/recycled.hpp>
template<class T>
using aligned_storage = /* implementation-defined */;
template
struct aligned_storage
{
/// Return a pointer to the aligned storage area
void* addr() noexcept;
/// Return a pointer to the aligned storage area
void const* addr() const noexcept;
};