我想wstring的轉換爲字符串使用的語言環境方面的,但我就死在以下錯誤: test_facet.cpp: In function ‘int main()’:
test_facet.cpp:14: error: invalid initialization of reference of type ‘std::ctype<wchar_t>&’ from expression of type ‘c
以下情況: 資產模型: searchable do
text :title
text :description
time :created_at
integer :category_ids, :multiple => true, :references => Category
end
控制器: search = Asset.search() do