warning מוזר ב-C++
אני משתמשת ב-set של STL. אני עושה #include <set> ואח"כ מגדירה טיפוס typedef set< int > varset; ואח"כ מגדירה אובייקט: varset domain[vars]; והוא נותן לי אזהרה ממש מוזרה: warning C4786: 'std:
air<std::_Tree<int,int,std::set<int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterat or,std::_Tree<int,int,std::set<int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterator>' : identifier was truncated to '255' characters in the debug information אמנם זה רק warning, אבל יכול להיות שזה מה שגורם לי לבעיות בתוכנית. מה הוא רוצה???
אני משתמשת ב-set של STL. אני עושה #include <set> ואח"כ מגדירה טיפוס typedef set< int > varset; ואח"כ מגדירה אובייקט: varset domain[vars]; והוא נותן לי אזהרה ממש מוזרה: warning C4786: 'std: