0
出錯無效初始化結構:錯誤:在C++
invalid initialization of reference of type
Assoc<float, std::basic_string<char> >&
from expression of typeconst Assoc<float, std::basic_string<char> >
此代碼
Assoc<keyType,valueType>& found = internalStorage.get(find(key));//returns the value of some key
對不起你們,我知道這是不是有趣,但我困惑。
任何想法是什麼問題?
的確。使引用常量,它應該工作。不幸的是,Visual C++ *不允許此代碼:) – heinrichj