[ http://issues.apache.org/jira/browse/STDCXX-58?page=all ] Martin Sebor closed STDCXX-58: ------------------------------
Fix confirmed. > [Compaq C++ 7.1] Warning: support for exported templates is disabled > -------------------------------------------------------------------- > > Key: STDCXX-58 > URL: http://issues.apache.org/jira/browse/STDCXX-58 > Project: STDCXX > Type: Bug > Components: Configuration > Versions: 4.1.2 > Environment: Compaq C++ 7.1 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.1.3 > > Compiling with Compaq C++ 7.1 generates hundreds of warnings like those below: > cxx -c -D_RWSTD_SHARED_LIB -pthread -D_RWSTD_USE_CONFIG > -I/build/sebor/cxx-7.1-12d/include -I/build/sebor/dev/stdlib/include -x cxx > -nocxxstd -std strict_ansi_errors -O2 -ptr repository.ti -w1 -msg_disable > 450 /build/sebor/dev/stdlib/src/bitset.cpp > cxx: Warning: /build/sebor/dev/stdlib/include/rw/_iosfwd.h, line 63: support > for exported templates is disabled > _EXPORT > ^ > cxx: Warning: /build/sebor/dev/stdlib/include/rw/_iosfwd.h, line 67: support > for exported templates is disabled > _EXPORT > ^ > ... -- 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
