Changes between Initial Version and Version 1 of Ticket #53401, comment 10


Ignore:
Timestamp:
Jan 30, 2017, 5:17:07 PM (7 years ago)
Author:
maximumspatium (Maxim Poliakovski)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53401, comment 10

    initial v1  
    1 I'd like to confirm that the above mentioned fix (commenting out #ifdef __APPLE__ and std::tr1:: remove_reference<T>) does work for me too. Thank you very much!
     1I'd like to confirm that the above mentioned fix (commenting out
     2{{{
     3#ifdef __APPLE__
     4}}}
     5and
     6{{{
     7std::tr1:: remove_reference<T>
     8}}}
     9
     10does work for me too. Thank you very much!