On 10/30/2011 02:28 AM, Larry wrote:Upgrading to a more recent Visual Studio version probably fixes the issue.
I have found using Boost 1.47 with MSVS .Net 2003 that if I include split()
that it tends to kill the Intellisense function in the editor for a
current method
or function. I usually have something like
typedef vector<string> Splits;
Splits sv;
string input_string;
split(sv,input_string,is_any_of("|"));
I was curious if anyone else had run across this and better yet if there
was a way
around it.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users