--- Additional Comments From pcarlini at suse dot de 2005-09-11 09:52
---
Fixed for 4.1.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-11
09:48 ---
Subject: Bug 23781
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-11 09:48:41
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/inclu
--- Additional Comments From gdr at integrable-solutions dot net
2005-09-08 22:47 ---
Subject: Re: Implicit conversion from NULL to list::iterator
"pcarlini at suse dot de" <[EMAIL PROTECTED]> writes:
| Agreed. Likewise for deque::iterator, I suppose. I will work on this.
Thank you m
--- Additional Comments From pcarlini at suse dot de 2005-09-08 21:11
---
(In reply to comment #3)
> Agreed. Likewise for deque::iterator, I suppose. I will work on this.
I meant set::iterator and map::iterator, actually: checked earlier today
and forgot that deque is not affected. Anyw
--- Additional Comments From pcarlini at suse dot de 2005-09-08 21:06
---
(In reply to comment #2)
> We don't accept
>
> #include
> #include
>
> int main()
> {
>using namespace std;
>vector::iterator p = NULL;
> }
>
> for proper type checking
--- Additional Comments From gdr at integrable-solutions dot net
2005-09-08 20:55 ---
Subject: Re: Implicit conversion from NULL to list::iterator
"pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes:
| Note ICC also accepts this code too.
yes, but that is irrelevant.
We don
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-08
17:30 ---
Note ICC also accepts this code too.
--
What|Removed |Added
Known to fail|