idealvin / coost

A tiny boost library in C++11.
Other
4.01k stars 563 forks source link

chan中能否支持fastring类型 #283

Closed gswgit closed 1 year ago

gswgit commented 1 year ago

这个库很好用,看了看相关文档,chan支持的类型为满足a = b 等价于 memcpy(&a, &b, sizeof(T))。

gswgit commented 1 year ago

chan能否支持实现了复制构造函数、赋值构造函数的自定义类型

idealvin commented 1 year ago

后面有空考虑支持

idealvin commented 1 year ago

master最新代码已支持