Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use dynar instead of dict for storing functions
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 24 Feb 2014 11:03:24 +0000 (12:03 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 24 Feb 2014 11:49:55 +0000 (12:49 +0100)
Multiple instances of the same function with the same name can be
found in a given program:

  * different local static functions;
  * same inline functions;
  * overloads (C++);
  * ...


No differences found