Boost logo

Boost Users :

Subject: Re: [Boost-users] split() and MSVS .NET 2003
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-10-30 05:02:14


On 10/30/2011 02:28 AM, Larry wrote:
> 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.

Upgrading to a more recent Visual Studio version probably fixes the issue.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net