Changes between Initial Version and Version 1 of Ticket #39975, comment 27


Ignore:
Timestamp:
Nov 19, 2013, 6:12:30 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39975, comment 27

    initial v1  
    88I did try to test it but ended up breaking various other ports in the process.  Not knowing whether I was not testing properly or whether it was a problem with the patch, and needing to get work done on the next weekday, I reinstalled MacPorts from the package and reinstalled my ports.  A simple test would be to create a file macro.C with the following contents:
    99
     10{{{
    1011#include <vector>
    1112
    1213void macro(void)
    1314{ vector<int> v = {4,5,6}; }
     15}}}
    1416
    15 Then at the command line, do: root -l macro.C+
     17Then at the command line, do: `root -l macro.C+`
    1618
    1719Jean-François