forked from lix-project/lix
0690c1c9c0
The ATerm library doesn't search the heap for pointers to ATerms when garbage collecting. As a result, C++ containers such as `map<ATerm, ATerm>' will cause pointer to be hidden from the garbage collector, causing crashes. Instead, we now use ATermTables. |
||
---|---|---|
.. | ||
boost | ||
fix | ||
fix-ng | ||
libmain | ||
libnix | ||
nix | ||
nix-hash | ||
Makefile.am |