[ http://issues.apache.org/jira/browse/STDCXX-91?page=comments#action_12362535 ]
Duraid Madina commented on STDCXX-91: ------------------------------------- I still think that there may be some different behaviour in debug vs. non-debug builds of stdcxx, but when trying to build a small test case, the problem vanished. It's probably my fault, so if you can close this issue for now (sorry!) I will comment again if it does turn out to be a real problem. Sorry for the noise! > sort() outside std:: namespace in debug builds? > ----------------------------------------------- > > Key: STDCXX-91 > URL: http://issues.apache.org/jira/browse/STDCXX-91 > Project: STDCXX > Type: Bug > Components: 25. Algorithms > Versions: 4.1.3 > Environment: HP HP-UX 11.23 aCC 6.06 > Reporter: Duraid Madina > Priority: Minor > > For some reason I can call sort() when building against 11s, but against 8s > (the only flags really used are -AA and -D_RWSTD_USE_CONFIG), I need to > #include <algorithm> and write std::sort(). Is this intended? -- 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
