Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Intellisense problems with boost::filesystem::path

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
idank86 Posted - Aug 22 2010 : 08:42:56 AM
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>)
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Aug 23 2010 : 4:32:22 PM
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;

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000