gpt4 book ai didi

c++ - Incomplete type is not allowed 错误和元组

转载 作者:太空狗 更新时间:2023-10-29 19:39:13 24 4
gpt4 key购买 nike

所以我面临这个错误

Incomplete type is not allowed

#include "stdafx.h"
#include <iostream>
#include <conio.h>
#include <ctype.h>
#include <sstream>
using namespace std;

int main()
{
std::tuple<int, bool, float> human = {345, true, 2.33};
// Incomplete type is not allowed

system("pause");
return 0;
}

有什么线索吗?

最佳答案

您需要 #include <tuple>能够使用它。

关于c++ - Incomplete type is not allowed 错误和元组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38209467/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com