Ticket #7819: 7819.patch
| File 7819.patch, 435 bytes (added by , 10 years ago) |
|---|
| Line | |
|---|---|
| 1 | Index: function/function_template.hpp |
| 2 | =================================================================== |
| 3 | @@ -677,7 +677,7 @@ |
| 4 | |
| 5 | vtable_type* get_vtable() const { |
| 6 | return reinterpret_cast<vtable_type*>( |
| 7 | - reinterpret_cast<std::size_t>(vtable) & ~static_cast<size_t>(0x01)); |
| 8 | + reinterpret_cast<std::size_t>(vtable) & ~static_cast<std::size_t>(0x01)); |
| 9 | } |
| 10 | |
| 11 | struct clear_type {}; |
