Menu

classlib\arrays.h warning

Alan Jones
2015-03-06
2015-03-06
  • Alan Jones

    Alan Jones - 2015-03-06

    Using Visual Studio 2013 Community. Set warnings at level 3 /W3. Got this warning.

    C:\owl.640\include\classlib\arrays.h(437) : while compiling class template member function 'int owl::TIArrayAsVector<TCPServer>::Detach(int,owl::TShouldDelete::DeleteType)'
    2>          C:\owl.640\include\classlib\arrays.h(432) : see reference to function template instantiation 'int owl::TIArrayAsVector<TCPServer>::Detach(int,owl::TShouldDelete::DeleteType)' being compiled
    2>          ..\src\tcpserver.cpp(1887) : see reference to class template instantiation 'owl::TIArrayAsVector<TCPServer>' being compiled
    


    Alan

    Moderator: Formatted quoted output.

     

    Last edit: Vidar Hasfjord 2015-03-06
  • Vidar Hasfjord

    Vidar Hasfjord - 2015-03-06

    Those messages seem to be only references to context. What is the warning itself (and warning ID/number)?

    Consider rewriting your code to use standard containers. The BIDS simulation in OWLNext is not perfect and is poorly maintained. See the wiki article "Replacing the Borland C++ Class Libraries".

     

    Related

    Wiki: Replacing_the_Borland_C++_Class_Libraries

Anonymous
Anonymous

Add attachments
Cancel