This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/13189] <ext/enc_filebuf.h> fails to compile


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-26 16:48 -------
It has been bitrotten since at least 3.3:

pr13189.cc: In function `int main()':
pr13189.cc:6: error: aggregate `std::__enc_traits st' has incomplete type and 
   cannot be defined
/usr/include/gcc/darwin/3.3/c++/bits/fpos.h: At global scope:
/usr/include/gcc/darwin/3.3/c++/bits/fpos.h: In instantiation of `std::fpos<std::__enc_traits>
':
/usr/include/gcc/darwin/3.3/c++/streambuf:257:   instantiated from `std::basic_streambuf<
char, __gnu_cxx::enc_char_traits<char> >'
pr13189.cc:8:   instantiated from `std::basic_filebuf<char, __gnu_cxx::enc_char_traits<
char> >'
pr13189.cc:8:   instantiated from `__gnu_cxx::enc_filebuf<char>'
pr13189.cc:8:   instantiated from here

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-26 16:48:09
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13189


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]