Error in TCPAssignment() constructor #174
Unanswered
ytrewq271828
asked this question in
[Project Q&A] 2. Transport Layer (TCP)
Replies: 2 comments 1 reply
-
Which version do you use to compile KENS? Would you redownload KENS again and try recompiling? I'm not sure what the data structure Did you add a data structure similar to this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Error Resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During implementation, I've encountered an error at the TCPAssignment() constructor.
The error message was the following:
the default constructor of "std::unordered_map<std::any, E::UUID, std::hashstd::any, std::equal_tostd::any, std::allocator<std::pair<const std::any, E::UUID>>>" cannot be referenced -- it is a deleted functionC/C++(1790)
I think I didn't modify anything related to other classes and files but TCPAssignment.cpp and TcpASsignment.hpp.
I will be grateful if anyone lets me know the reason of this error.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions