'uint32_t' identifier not found error

后端 未结 7 1871
情话喂你
情话喂你 2020-12-07 23:41

I\'m porting code from Linux C to Visual C++ for windows.

Visual C++ doesn\'t know #include so I commented it out.

Later, I fou

7条回答
  •  误落风尘
    2020-12-08 00:20

    Boost.Config offers these typedefs for toolsets that do not provide them natively. The documentation for this specific functionality is here: Standard Integer Types

提交回复
热议问题