------- Comment #1 from pinskia at gcc dot gnu dot org 2008-05-18 22:52 ------- std::min(1, A::N)
std::min takes a reference to a const type which means you need the defintion of A::N including the definition. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36261