Changes between Initial Version and Version 3 of Ticket #10083


Ignore:
Timestamp:
Jun 6, 2014, 10:47:23 PM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10083

    • Property Owner set to Frank Mori Hess
    • Property Component Nonesignals2
  • Ticket #10083 – Description

    initial v3  
    11I'm trying to compile the following file:
    22
     3
     4{{{
    35class Order {};
    46
     
    2022        return 0;
    2123}
     24}}}
     25
    2226
    2327Here's the compiler output I'm getting:
    2428
     29
     30{{{
    25311>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory(348): warning C4996: 'std::_Uninitialized_copy0': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
    26321>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory(333) : see declaration of 'std::_Uninitialized_copy0'
     
    84901>          ]
    85911>          c:\boost\boost/signals2/detail/slot_call_iterator.hpp(44) : see reference to class template instantiation 'boost::signals2::detail::slot_call_iterator_cache<ResultType,Function>' being compiled
     92}}}