CORRADE_ASSERT(bufferSize%sizeof(T)==0,"Buffer::data(): the buffer size is"<<bufferSize<<"bytes, which can't be expressed as array of types with size"<<sizeof(T),{});
CORRADE_ASSERT(bufferSize%sizeof(T)==0,"Buffer::data(): the buffer size is"<<bufferSize<<"bytes, which can't be expressed as array of types with size"<<sizeof(T),nullptr);