Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Intellisense problems with boost::filesystem::path
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

idank86
Starting Member

1 Posts

Posted - Aug 22 2010 :  08:42:56 AM  Show Profile  Reply with Quote
Hi,

I've been having this problem since forever and thought I might try my luck here.
When typing 'boost::filesystem::pa', VAX suggests: current_path(), initial_path(), space() and space_info but it doesn't show what I really want - path.

This gets even more annoying because if I continue to write 'path' on my own, it will eventually auto-complete to 'boost::filesystem::current_path' when I hit space.

IDE: Visual Studio 2005
VAX version: 10.6.1823.0
Boost version: 1.35 (#include <boost/filesystem/path.hpp>)

feline
Whole Tomato Software

United Kingdom
18950 Posts

Posted - Aug 23 2010 :  4:32:22 PM  Show Profile  Reply with Quote
Unfortunately this is currently a known bug, some of the boost library is very hard for VA's parser to understand:

case=24901

You may be able to use this as a work around, to declare variables of this type:

boost::BOOST_FILESYSTEM_NAMESPACE::path fooPath;

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000