Location: LEMON/LEMON-official/lemon/lemon.pc.in
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.)
|