Changes between Version 1 and Version 2 of Ticket #64566, comment 5


Ignore:
Timestamp:
Mar 3, 2022, 9:31:26 PM (2 years ago)
Author:
MrB74
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64566, comment 5

    v1 v2  
    1 You may not need to compile podofo with C++17 so feel free to change that in the Portfile, however 0.97 enables C++17 usage by the removal of std::auto_ptr when std::unique_ptr is available, as described at https://sourceforge.net/p/podofo/tickets/17/ - their revision r2007, per the list at https://sourceforge.net/p/podofo/code/commit_browser.
     1You may not need to compile podofo with C++17 so feel free to change that in the Portfile back to c++11 (, however 0.97 enables C++17 usage by the removal of std::auto_ptr when std::unique_ptr is available. which became available in C++11 so C++11 is the minimum, as described at https://sourceforge.net/p/podofo/tickets/17/. Their revision r2007 is in the list at https://sourceforge.net/p/podofo/code/commit_browser.
    22
    33Thanks for helping out!