etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

Implicitly-declared ‘et::Tensor::Tensor(const et::Tensor&)’ is deprecated #24

Closed marty1885 closed 5 years ago

marty1885 commented 5 years ago

When building Etaler with GCC 9. GCC warning that implicitly-declared ‘et::Tensor::Tensor(const et::Tensor&)’ is deprecated. The fix should be easy. Just add copy constructor decelerations by hand.

Why, C++, this makes no performance difference!