P
puzzlecracker
Allegedly inlining std::inner_product() does NOT work with > gcc 4.0
compilers, per the following http://www.mail-archive.com/[email protected]/msg200154.html.
Hence I would like to implement my own version of inner_product. Are
there existing implementation available?
Thanks
compilers, per the following http://www.mail-archive.com/[email protected]/msg200154.html.
Hence I would like to implement my own version of inner_product. Are
there existing implementation available?
Thanks