[MacPorts] #40806: octave-devel:

MacPorts noreply at macports.org
Fri Oct 18 09:06:36 PDT 2013


#40806: octave-devel:
---------------------------+-------------------------
  Reporter:  ram@…         |      Owner:  michaelld@…
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.2.0
Resolution:                |   Keywords:  mavericks
      Port:  octave-devel  |
---------------------------+-------------------------

Comment (by ram@…):

 Something very different here:

 {{{
 [ram at cizin ~]$ cat test_std_string.cc
 #include <iostream>

 void print (const std::string& str)
 { std::cout << str << std::endl; }

 int main (void)
 { print ("foo"); return (1); }
 [ram at cizin ~]$ clang++ -o test_std_string -pipe -g test_std_string.cc
 [ram at cizin ~]$ c++filt `nm -a test_std_string | grep print | grep " T " |
 awk '{ print $NF }'`
 print(std::__1::basic_string<char, std::__1::char_traits<char>,
 std::__1::allocator<char> > const&)
 [ram at cizin ~]$
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/40806#comment:7>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list