Issue 33481 - .NET2002 and typename (from gcc34 fixes)
Summary: .NET2002 and typename (from gcc34 fixes)
Status: CLOSED WONT_FIX
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: jens-heiner.rechtien
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 13:14 UTC by pavel
Modified: 2005-01-12 11:06 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-08-27 13:14:05 UTC
Hi,

this issue will be used to track pieces of code that broke in .NET2002 with the
application of gcc34 fixes (adding typename).
Comment 1 pavel 2004-08-27 13:18:06 UTC
set target.

So far those files are affected:

autodoc/source/ary/inc/nametreenode.hxx
autodoc/source/ary/store/t_storg.hxx
stoc/source/security/lru_cache.h
ucb/source/inc/regexpmap.tpt
Comment 2 pavel 2004-08-27 13:26:03 UTC
as Martin said on IRC, we could put simple conditional in the source checking
_MSC_VER and put separate branch (without typename) for .NET2002.

It is interesting that only special instances of gcc34 fixes that added typename
are problematic...

Comment 3 jens-heiner.rechtien 2004-09-10 15:54:31 UTC
cc'ed hjs
Comment 4 jens-heiner.rechtien 2004-10-18 12:08:15 UTC
set Prio: 3
Comment 5 pavel 2004-11-28 20:02:34 UTC
it seems to me that we silently deprecated .NET2002 anyway, so I propose closing
this issue as WONTFIX.
Comment 6 jens-heiner.rechtien 2005-01-12 11:03:55 UTC
Supporting .Net2002 would result in a serious uglifying of the code (lot's of
ifdefs to remove typename which are, correctly, required by gcc-3.4). Since
almost everyone interested in a OOo-2.0 Windows version seems to have .Net2003
compiler anyway I agree we should drop this one.
Comment 7 jens-heiner.rechtien 2005-01-12 11:06:03 UTC
closing