What exactly are you typing?
I have never used this boost library, so I have simply added:
#include <boost/type_traits/is_pointer.hpp>
static void testIsPointerAndOther()
{
boost::is_pointer<T>::value;
boost::remove_reference<T>::type;
}
to a cpp file, using VS2005 and VA 1626. I have tried this with boost 1.33.1 and 1.34.1
"remove_reference" is not suggested with 1.33.1, but I am not seeing any CPU spikes or slow downs with either version of boost. I have tried this on two different machines.
When I type the second double colon a listbox appears without delay.