gnucap-devel
[Top][All Lists]
Advanced

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

[Gnucap-devel] c_attach & const fix


From: Felix Salfelder
Subject: [Gnucap-devel] c_attach & const fix
Date: Sat, 11 Feb 2017 01:39:09 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Hi Al.

Guilherme found a problem in c_attach.cc. Here's his patch [1].

apparently, the some llvm has trouble with

  std::map<std::string, void*>::iterator x=attach_list.begin();

after c_attach.cc line 30:

  std::map<const std::string, void*> attach_list;
           ^^^^^

i don't fully understand "const" here. does it have any effect? either
way, i'd like to fix this in unstable ... :)

thanks
felix

[1] 
http://git.savannah.gnu.org/cgit/gnucap.git/commit/?h=cmake-1&id=8a280668863f5d2ce5aa7508c90346e514edde8e



reply via email to

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