Dear all,
I'm trying to port a dynamic library in C++ to MAC OS X. This library makes intensive use of templates. The library can be built but I cannot get the programs compile with it. The smaller program that reproduces this effect is the following:
module1.hh:
#include <iostream.h>...