How to call new[]/delete[] operator with aligned memory

后端 未结 0 1844
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 05:19

In my matrix class, I allocate aligned memory as such:

/*** main.cpp ***/
#include "matrix.hpp"

int main()
{
    {
        Matrix(15, 17);
    }
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题