Boost C++ Libraries: Ticket #6783: IntelliSense Stop Working in VS2008 https://svn.boost.org/trac10/ticket/6783 <p> Following instruction in file "../boost/regex/v4/regex.hpp" stop the Intillisense feature of Visual Studio 2008. </p> <p> #ifndef BOOST_REGEX_V4_BASIC_REGEX_CREATOR_HPP #include &lt;boost/regex/v4/basic_regex_creator.hpp&gt; #endif </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6783 Trac 1.4.3 anonymous Thu, 12 Apr 2012 14:48:36 GMT summary changed https://svn.boost.org/trac10/ticket/6783#comment:1 https://svn.boost.org/trac10/ticket/6783#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">Intillisense Stop Working in VS2008</span> → <span class="trac-field-new">IntelliSense Stop Working in VS2008</span> </li> </ul> Ticket Yun Mon, 16 Apr 2012 12:06:40 GMT <link>https://svn.boost.org/trac10/ticket/6783#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6783#comment:2</guid> <description> <ul><li>In file "basic_regex_creator.hpp" assigned name to namespace at line 520 (e.g char_less). </li></ul> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Mon, 28 May 2012 17:19:06 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/6783#comment:3 https://svn.boost.org/trac10/ticket/6783#comment:3 <ul> <li><strong>owner</strong> set to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">regex</span> </li> </ul> Ticket John Maddock Sun, 08 Jul 2012 08:32:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6783#comment:4 https://svn.boost.org/trac10/ticket/6783#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> I'm not sure I understand the issue here, but if Intellisense stops working, while unfortunate, it's not <em>our</em> bug. </p> <p> BTW the anonymous namespace in basic_regex_creator has gone now anyway (in case that was the issue). </p> Ticket