Changes between Initial Version and Version 2 of Ticket #9266


Ignore:
Timestamp:
Oct 18, 2013, 6:00:43 PM (9 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9266

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
  • Ticket #9266 – Description

    initial v2  
    11I got the crash using the following full code (using boost trunk r86347 ):
    22
     3
     4{{{
    35    #include<boost/thread/synchronized_value.hpp>
    46   
    57    boost::synchronized_value<int> foo;         
     8}}}
     9
    610
    711
    812Which produce the following error (ignore the file name, it contains exactly the code above):
    913
     14
     15{{{
    10161>  clock.cpp
    11171>e:\projects\sdk\boost\boost\include\boost-1_55\boost\thread\synchronized_value.hpp(401): fatal error C1001: An internal error has occurred in the compiler.
     
    16221>          e:\projects\games\netrush\netrush_projects\projects\netrush\system\core\clock.hpp(120) : see reference to class template instantiation 'boost::synchronized_value<int,boost::mutex>' being compiled
    1723Build has been canceled.
     24}}}
     25
    1826
    1927