octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gcc7 build error with recent tip


From: Dmitri A. Sergatskov
Subject: Re: gcc7 build error with recent tip
Date: Sat, 24 Jun 2017 11:21:30 -0500

On Sat, Jun 24, 2017 at 10:59 AM, John W. Eaton <address@hidden> wrote:

I admit this code is a bit tricky.  I was trying to come up with a way to use a single template that would cover both of these cases:

  static octave_value
  dump_container_map (const std::map<std::string, std::list<std::string>>&)

  static octave_value
  dump_container_map (const std::map<std::string, std::map<std::string>>&)

It works for me with gcc version 6.3.0 20170516 (Debian 6.3.0-18).

​It is quite possible this is a bug in gcc7.1.1.
would like to see what Jakub has to say about it.
 
jwe




​Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]