The problem in my code is that I forgot the _1. I do not know why it caused the compiler to crash, though.
-PaulH
boost::bind( &TestClass< Test >::SomeFunction, t, _1 )( &value );
-PaulH