開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
g++ -std=c++11
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
N/A
問題(Question):
因為新學c++11, 我根本連compile error 要怎麼fix 都不知道
請各位大神指點看看
huffman.cc:22:23: error: object of type 'std::__1::unique_ptr<huffman_node, std::__1::default_delete<huffman_node> >' cannot be assigned because its copy
assignment operator is implicitly deleted
left_ = std::move(other.left_);
^
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/KP4m4CRE
感恩