summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-05-17 17:50:45 -0500
committerJohn Wiegley <johnw@newartisans.com>2015-05-17 17:50:45 -0500
commita78e7358ecda264175e7bc00bb5e87b9348600a8 (patch)
tree3daca0ab1b26c3f00c45608ec1914ba549b1f6d6 /src/parser.h
parent7df6a515e244c0d399da2b77e16c248e50a70ed9 (diff)
downloadfork-ledger-a78e7358ecda264175e7bc00bb5e87b9348600a8.tar.gz
fork-ledger-a78e7358ecda264175e7bc00bb5e87b9348600a8.tar.bz2
fork-ledger-a78e7358ecda264175e7bc00bb5e87b9348600a8.zip
Revert "boost::none_t no longer convertible from literal 0 in 1.58"
This reverts commit 48aec0f093ff6494a3e4f7cd5166cb4a27c16814.
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 25c4a7e3..e46fc719 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 = boost::none);
+ const optional<string>& original_string = NULL);
};
} // namespace ledger