You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2006/06/30 02:36:30 UTC

[jira] Updated: (STDCXX-245) [HP aCC 3.27] bogus Error 440 initializing const std::codecvt_base::result

     [ http://issues.apache.org/jira/browse/STDCXX-245?page=all ]

Martin Sebor updated STDCXX-245:
--------------------------------

    Summary: [HP aCC 3.27] bogus Error 440 initializing const std::codecvt_base::result  (was: [HP aCC 3.27] bogus Error 663 initializing const std::codecvt_base::result)

> [HP aCC 3.27] bogus Error 440 initializing const std::codecvt_base::result
> --------------------------------------------------------------------------
>
>          Key: STDCXX-245
>          URL: http://issues.apache.org/jira/browse/STDCXX-245
>      Project: C++ Standard Library
>         Type: Bug

>   Components: Build
>     Versions: 4.1.3
>  Environment: HP aCC 3.27
>     Reporter: Martin Sebor
>     Assignee: Martin Sebor

>
> aCC -c -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include/ansi -I/usr/include  -D_RWSTDDEBUG    -D_RWSTD_USE_CONFIG -I/tmp_mnt/amd/devco/sebor/dev/stdlib/include -I/build/sebor/aCC-3.27-11s/include  -Aa +nostl  -g +d  +w +W392 +W655 +W684 +W818 +W819 +W849 +W229 +W361   /tmp_mnt/amd/devco/sebor/dev/stdlib/src/ti_filebuf.cpp
> Error 663: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 364
>     # Expected template arguments following template name 'basic_filebuf'.
>             if (__nchars != basic_filebuf::xsputn (__buf, __nchars))
>                             ^^^^^^^^^^^^^                           
> Error 663: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 421
>     # Expected template arguments following template name 'basic_filebuf'.
>             if (__nwrite != basic_filebuf::xsputn (__special, __nwrite))
>                             ^^^^^^^^^^^^^                               
> Error 440: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 470
>     # Cannot initialize 'const enum result' with '<no type>'.
>                     __cvt.out (__state, __base, __end, __from_next,
>                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Error 440: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 816
>     # Cannot initialize 'const enum result' with '<no type>'.
>                         __cvt.out (__state, __base, __from_end, __from_next,
>                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Error 440: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/fstream.cc", line 932
>     # Cannot initialize 'const enum result' with '<no type>'.
>             __cvt.unshift (__state, __useq, __useq + sizeof __useq, __useq_e
>             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> gmake[2]: *** [ti_filebuf.o] Error 2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira