You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/05/14 21:14:55 UTC

[jira] Closed: (STDCXX-246) [HP aCC 3.27] Error 475 and 445 in due to explicit instantiation

     [ https://issues.apache.org/jira/browse/STDCXX-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-246.
-------------------------------

    Resolution: Won't Fix

aCC 3.27 is an ancient compiler. We won't work around bugs in it (such as STDCXX-247)

> [HP aCC 3.27] Error 475 and 445 in <rw/_ioinsert.h> due to explicit instantiation
> ---------------------------------------------------------------------------------
>
>                 Key: STDCXX-246
>                 URL: https://issues.apache.org/jira/browse/STDCXX-246
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: HP aCC 3.27
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>            Priority: Minor
>
> The library fails to build with HP aCC 3.27 the following errors (in addition to those described in STDCXX-245 and others):
> 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_insert_dbl.cpp
> Error 475: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/rw/_ioinsert.h", line
>     65 # Cannot generate a specialization of incomplete template class
>     basic_ostream<char,std::char_traits<char> >
>     ["/tmp_mnt/amd/devco/sebor/dev/stdlib/include/rw/_ioinsert.h", line 65].
>     typedef basic_ostream<char> ostream;
>             ^^^^^^^^^^^^^^^^^^^         
> Error 445: "/tmp_mnt/amd/devco/sebor/dev/stdlib/include/rw/_ioinsert.h", line
>     135 # Cannot recover from earlier errors.
>     _RWSTD_INSTANTIATE_FUN_1 (_RWSTD_EXPORT _STD::ostream&
>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> gmake: *** [ti_insert_dbl.o] Error 2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.