[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-20 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-20 17:21 --- Works for me. I hope VERIFIED is the same as CLOSED. -- What|Removed |Added

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-17 Thread Woebbeking at web dot de
--- Additional Comments From Woebbeking at web dot de 2005-09-17 08:30 --- Wow, that was fast, thanks. I'll give it a try with the next Debian package. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23896

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-15 15:15 --- It also fails with 4.1.0 20050903. -- What|Removed |Added Summary|[4.0

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-15 15:21 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23896

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||mmitchel at gcc dot gnu dot ||org

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread debian-gcc at lists dot debian dot org
-- What|Removed |Added CC|doko at cs dot tu-berlin dot|debian-gcc at lists dot |de |debian dot org

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-15 16:22 --- Reduced as far as I could do: namespace boost{ template bool x struct STATIC_ASSERTION_FAILURE {}; struct null_type; template class T0 = null_type, class T1 = null_type, class T2 = null_type class

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-09-15 17:56 --- This is what I come up with: --- template int struct X {}; template typename T struct length { static const int value = 2; }; template typename T void foo () {

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-15 18:05 --- Darn, I should never have fixed that original PR. Silly me, trying to fix bugs. Mine. -- What|Removed |Added

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 01:51 --- Subject: Bug 23896 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-16 01:50:26 Modified files: gcc/cp : ChangeLog pt.c

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-16 01:54 --- Fixed in 4.0.2. -- What|Removed |Added Status|ASSIGNED

[Bug c++/23896] [4.0/4.1 Regression] boost::tie() = std::pair doesn't compile

2005-09-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16 01:54 --- Subject: Bug 23896 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-16 01:53:43 Modified files: gcc/cp :