Location: LEMON/LEMON-main/lemon/config.h.cmake - annotation
Load file history
Fix gcc 3.3 compilation error (#354)
gcc 3.3 requires that a class has a default constructor if it has
template named parameters. (That constructor can be protected.)