RpolyPlusPlus icon indicating copy to clipboard operation
RpolyPlusPlus copied to clipboard

Fix C++11 build

Open davidcl opened this issue 8 years ago • 1 comments

Fix the build using g++ (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)

davidcl avatar Oct 03 '16 17:10 davidcl

Since constexpr is not implemented on visual studio until 2015, I will probably leave the implementation as-is for now. I will leave this pull request open as documentation for any users of recent gcc compilers though.

https://msdn.microsoft.com/en-us/library/hh567368.aspx

sweeneychris avatar Oct 03 '16 17:10 sweeneychris