Martin, thanks for tracking this down! > I submitted a temporary fix of lac/vector.h for this problem by > explicitly implementing the = operator without using bind for complex > float, but that is obviously not a good solution.
I've made your little test program into a ./configure test. When you run ./configure on your machine now, do you find that DEAL_II_BOOST_BIND_COMPILER_BUG is set in base/include/base/config.h afterwards? If so, you could wrap the new function in #ifdef ... #endif. Best Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
