[mlpack-git] [mlpack] Compile Error in Neighbour Search (#476)

stereomatchingkiss notifications at github.com
Wed Nov 25 01:03:18 EST 2015


Exactly, default parameter for aliases template do work in msvc2015

    template<typename A, typename B = double>
    class C
    {

    };

    template<typename A = float>
    using D = C<A>;

    int main(int argc, char **argv)
    {                    
        D<> d;
    }

Compile without any problems on my laptop

compiler : vc2015 x86_amd64
os : windows 8.x 64 bits


---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/476#issuecomment-159500007
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151124/93b0204f/attachment.html>


More information about the mlpack-git mailing list