[mlpack-git] [mlpack] Remove move implement (#527)

stereomatchingkiss notifications at github.com
Sat Feb 27 03:40:58 EST 2016


Remove move assignment and move constructor, since armadillo support it if you deifne ARMA_USE_CXX11
You can view, comment on, or merge this pull request online at:

  https://github.com/mlpack/mlpack/pull/527

-- Commit Summary --

  * remove move constructor and assignement, let the compiler generated
  * remove move constructor and assignement, let the compiler generated it.Remember to define ARMA_USE_CXX11

-- File Changes --

    M src/mlpack/methods/ann/layer/conv_layer.hpp (22)
    M src/mlpack/methods/ann/layer/dropout_layer.hpp (18)
    M src/mlpack/methods/ann/layer/linear_layer.hpp (14)
    M src/mlpack/methods/ann/layer/lstm_layer.hpp (17)
    M src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp (8)
    M src/mlpack/methods/ann/layer/one_hot_layer.hpp (8)
    M src/mlpack/methods/ann/layer/pooling_layer.hpp (26)
    M src/mlpack/methods/ann/layer/recurrent_layer.hpp (16)
    M src/mlpack/methods/ann/layer/softmax_layer.hpp (16)
    M src/mlpack/methods/ann/layer/sparse_bias_layer.hpp (16)
    M src/mlpack/methods/ann/layer/sparse_input_layer.hpp (17)
    M src/mlpack/methods/ann/layer/sparse_output_layer.hpp (17)

-- Patch Links --

https://github.com/mlpack/mlpack/pull/527.patch
https://github.com/mlpack/mlpack/pull/527.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/527
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160227/e2db3db9/attachment.html>


More information about the mlpack-git mailing list