Advertisement
Guest User

ledger-3.1.1-boost-1.61-compat.diff

a guest
Sep 16th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.51 KB | None | 0 0
  1. diff -aur ledger-3.1.1.pristine/src/item.h ledger-3.1.1.new/src/item.h
  2. --- ledger-3.1.1.pristine/src/item.h    2016-09-15 13:36:27.891118962 +0200
  3. +++ ledger-3.1.1.new/src/item.h 2016-09-15 13:38:24.963571037 +0200
  4. @@ -92,7 +92,7 @@
  5.  
  6.    typedef std::pair<optional<value_t>, bool> tag_data_t;
  7.    typedef std::map<string, tag_data_t,
  8. -                   function<bool(string, string)> > string_map;
  9. +           std::function<bool(string, string)> > string_map;
  10.  
  11.    state_t              _state;
  12.    optional<date_t>     _date;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement