Re: GCC 6 and polymake

2016-02-16 Thread Jerry James
On Tue, Feb 16, 2016 at 3:43 AM, Jonathan Wakely wrote: > I'll take a look. Thank you Jonathan. -- Jerry James http://www.jamezone.org/ -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: GCC 6 and polymake

2016-02-16 Thread Jonathan Wakely
On 15/02/16 20:13 -0700, Jerry James wrote: Would one of you C++ experts help me out with a polymake build failure with gcc 6? Polymake defines a Vector class in lib/core/include/Vector.h (also see lib/core/include/GenericVector.h). Unlike with gcc 5 and earlier, everywhere in the code

GCC 6 and polymake

2016-02-15 Thread Jerry James
Would one of you C++ experts help me out with a polymake build failure with gcc 6? Polymake defines a Vector class in lib/core/include/Vector.h (also see lib/core/include/GenericVector.h). Unlike with gcc 5 and earlier, everywhere in the code that something like this is done: Vector x