[mlpack-git] [mlpack] add move constructor and move assignment for ann modules (#491)

Ryan Curtin notifications at github.com
Sun Dec 13 22:14:35 EST 2015


> @@ -231,7 +250,7 @@ template <
>  >
>  using DropoutLayer2D = DropoutLayer<InputDataType, OutputDataType>;
>  
> -} // namespace ann
> -} // namespace mlpack
> +}; // namespace ann
> +}; // namespace mlpack

This is pedantic (literally), but if you compile with `-pedantic` the extra semicolon produces a warning.  So I've been trying to avoid doing that. :)

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


More information about the mlpack-git mailing list