You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
bugfix
Posted - Jun 11 2006 : 11:23:26 AM new win32 console app, vs2003
template<typename C|
typing , results in
template<typename c,
template<typename C, typename T|
typing > results in
template<typename C, typename t>
-bugfix
6 L A T E S T R E P L I E S (Newest First)
support
Posted - Oct 06 2006 : 8:02:48 PM c and t are fixed in 1538.
jpizzi
Posted - Sep 22 2006 : 01:17:38 AM Interesting. It was never claimed to be fixed. Hmmm.
Did it go away for a while for you?
bugfix
Posted - Sep 20 2006 : 2:06:47 PM lowercase conversion is back in 1535
feline
Posted - Jun 12 2006 : 6:37:23 PM first i tried it in an existing project, and then i created a new C++ console application, and tried it in there. in both cases i only get the 'T' to 't' repair case.
my best guess is that 'C' to 'c' is related to a definition in one of the stable include directories you have that i do not have.
hopefully the fix for 'T' to 't' will fix both.
bugfix
Posted - Jun 11 2006 : 4:08:10 PM Did you create a new project? Because it doesn't always do it. I didn't search any further, but it was reproducible w/ a new project.
Stable Includes: F:\\Develop\\DX9cSDK_apr06\\Include; F:\\Develop\\MSPlatSdk\\Include; F:\\Develop\\MSPlatSdk\\Samples\\Multimedia\\DirectShow\\BaseClasses; F:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\include; F:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\atlmfc\\include; F:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include\\prerelease; F:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\PlatformSDK\\include; F:\\Program Files\\Microsoft Visual Studio .NET 2003\\SDK\\v1.1\\include; F:\\Develop\\j2sdk1.4.2\\include; F:\\Develop\\j2sdk1.4.2\\include\\win32; F:\\Develop\\oggvorbis-win32sdk-1.0.1\\include; F:\\Develop\\OpenAL 1.0 SDK\\Include; F:\\Develop\\WTL75_5333_Final\\include; F:\\Develop\\boost_1_33_1; F:\\Develop\\pcre-6.4-1-lib\\include; F:\\Develop\\quarkexpress\\qxp65_xdk_1795_win\\XTHeaders; F:\\Develop\\quarkexpress\\qxp70xdk2720_win\\XTHeaders;
feline
Posted - Jun 11 2006 : 3:21:55 PM i am seeing the conversion of T, but i cannot get C converted to lower case
is there anything "odd" about your system? any extra stable include directories for example? if you move the caret so it is next to "t" and "c" does the wizard bar give any clues as to where these suggestions came from?