diff options
author | John Wiegley <johnw@newartisans.com> | 2015-05-11 09:42:20 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-05-11 09:42:20 -0500 |
commit | 2e02e0862f1029cf72a8713643dcb7892598e5fa (patch) | |
tree | 1d43be6a3bba7b3c5f631ebf09ac48d6af9cb484 /src/parser.h | |
parent | c586e1e494487c43cf6da886739f69bb91a7e15b (diff) | |
parent | 68c9d649caa2c7c7f222613efe86576c379a5a7a (diff) | |
download | ledger-2e02e0862f1029cf72a8713643dcb7892598e5fa.tar.gz ledger-2e02e0862f1029cf72a8713643dcb7892598e5fa.tar.bz2 ledger-2e02e0862f1029cf72a8713643dcb7892598e5fa.zip |
Merge pull request #417 from kljohann/boost
build fixes for boost 1.58
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h index e46fc719..25c4a7e3 100644 --- a/src/parser.h +++ b/src/parser.h @@ -118,7 +118,7 @@ public: ptr_op_t parse(std::istream& in, const parse_flags_t& flags = PARSE_DEFAULT, - const optional<string>& original_string = NULL); + const optional<string>& original_string = boost::none); }; } // namespace ledger |