Changes between Initial Version and Version 1 of Ticket #6830, comment 1


Ignore:
Timestamp:
Apr 26, 2012, 5:39:22 AM (10 years ago)
Author:
Dave Abrahams

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6830, comment 1

    initial v1  
    1 I don't understand; {{{new}}} is a keyword, and {{{shared_ptr}}} is a template, so {{{boost::shared_ptr(new)}}} is not legal C++.  Could you please attach your benchmarks so we can reproduce your results?
     1I don't understand; {{{new}}} is a keyword, and {{{shared_ptr}}} is a class template, so {{{boost::shared_ptr(new)}}} is not legal C++.  Could you please attach your benchmarks so we can reproduce your results?