~ubuntu-branches/ubuntu/wily/ledger/wily

« back to all changes in this revision

Viewing changes to src/utils.h

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2014-10-08 19:20:38 UTC
  • mfrom: (1.1.3) (9.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20141008192038-py5cxm93rdt3x2uz
Tags: 3.1+dfsg1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
485
485
/*@{*/
486
486
 
487
487
#define foreach BOOST_FOREACH
488
 
#if HAVE_CXX11
489
488
using std::unique_ptr;
490
 
#else
491
 
#define unique_ptr std::auto_ptr
492
 
#endif
493
489
 
494
490
namespace ledger {
495
491