Changes between Initial Version and Version 1 of Ticket #7347, comment 3


Ignore:
Timestamp:
Sep 8, 2012, 5:29:18 PM (10 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7347, comment 3

    initial v1  
    1 The fact that the boost/../libs/system/src/error_code.cpp introduce too much symbols because of the using statements. The patch 7347_2 contribute to solve these issues.
     1The fact that the boost/../libs/system/src/error_code.cpp introduce too much symbols because of the using statements.
     2
     3{{{
     4test_7328.cpp: In function ‘void f()’:
     5test_7328.cpp:26: error: reference to ‘interrupted’ is ambiguous
     6test_7328.cpp:13: error: candidates are: bool interrupted
     7../../../boost/system/error_code.hpp:84: error:                 boost::system::errc::errc_t boost::system::errc::interrupted
     8
     9}}}
     10
     11
     12The patch 7347_2 contribute to solve these issues.