changed throw_line_ to 0 if not specified (was -1)

This commit is contained in:
Emil Dotchevski
2017-03-15 12:01:37 -07:00
parent 915cf29adc
commit 1ff6282af5

View File

@ -171,7 +171,7 @@ boost
exception(): exception():
throw_function_(0), throw_function_(0),
throw_file_(0), throw_file_(0),
throw_line_(-1) throw_line_(0)
{ {
} }