qicosmos / Kapok

更好的序列化库,c++14开发,header-only,简洁高效。Now there is a better serialization libray:https://github.com/qicosmos/iguana please replace kapok with iguana.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcc4.8 下打开所有编译警告开关, 会有多行注释的警告

wzcsoft opened this issue · comments

kapok/traits.hpp:84:1: warning: multi-line comment [-Wcomment]
//#define IS_SMART_POINTER(token)\

像上面这样

去掉注释部分的反斜杠就好了,已修复。