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. |
| 1 | The fact that the boost/../libs/system/src/error_code.cpp introduce too much symbols because of the using statements. |
| 2 | |
| 3 | {{{ |
| 4 | test_7328.cpp: In function ‘void f()’: |
| 5 | test_7328.cpp:26: error: reference to ‘interrupted’ is ambiguous |
| 6 | test_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 | |
| 12 | The patch 7347_2 contribute to solve these issues. |