[HP aCC 6.13] error on strpbrk() in num_put.cpp
-----------------------------------------------

                 Key: STDCXX-433
                 URL: https://issues.apache.org/jira/browse/STDCXX-433
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Build
    Affects Versions: 4.2
         Environment: HP aCC 6.13/HP-UX/IPF
            Reporter: Martin Sebor
            Assignee: Martin Sebor
            Priority: Blocker
             Fix For: 4.2


After resolving STDCXX-432 the library fails to build with HP aCC 6.13 due to 
the error below:

aCC -c -I/amd/devco/sebor/stdcxx/include/ansi -I/usr/include  -D_RWSTDDEBUG   
-mt -I/amd/devco/sebor/stdcxx/include 
-I/build/sebor/stdcxx-acc-6.13-15S/include  -Aa +nostl  -g +d  +DD64 +W392 
+W655 +W684 +W818 +W819 +W849    /amd/devco/sebor/stdcxx/src/num_put.cpp
"/amd/devco/sebor/stdcxx/src/num_put.cpp", line 451: error #2020: identifier
          "strpbrk" is undefined
                  end = strpbrk (*pbuf, "Ee");
                        ^

"/amd/devco/sebor/stdcxx/src/num_put.cpp", line 821: warning #2236-D: 
          controlling expression is constant
          _RWSTD_ASSERT (!"logic error: bad type");
          ^

1 error detected in the compilation of 
"/amd/devco/sebor/stdcxx/src/num_put.cpp".
gmake: *** [num_put.o] Error 2


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

Reply via email to