BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.09k stars 18.7k forks source link

Is that possiable dropping boost dependencies via using full C++11 features? #6782

Open lucasjinreal opened 5 years ago

lucasjinreal commented 5 years ago

Just wander if that possiable to drop boost dependencies since we can move on to the advantages of c++11 features.

there were several reasons for this(maybe):

So, I think this lib better dropping it anyway. Also many other advanced deep learning lib were using less and less dependencies in there C++ implementation.