Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Conversation

@songbingyu
Copy link

  1. prof SlidingWindow constructor
  2. add non copyable for reference sematics class

@bluebore
Copy link
Collaborator

bluebore commented Nov 3, 2016

后续common库不希望再依赖boost, 可以参考cpp11分支
这块是否有更好的解决方法?

@songbingyu
Copy link
Author

songbingyu commented Nov 3, 2016

我觉得也是应该减少对boost的依赖, c++11 足够了。。。
至于noncopyable这种 我觉得可以 使用宏定义或者自己写个基类 减少代码量,
虽然c++11 支持 NonCopyable(const NonCopyable&) = delete; 但是还是的手工写代码, 太繁琐了

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants