I don't know why this static_assert() code doesn't work

前端 未结 0 1273
心在旅途
心在旅途 2020-11-29 08:32
#pragma once

#include 

namespace Detours
{
    static_assert(sizeof(uintptr_t) == sizeof(void *));
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题