forked from boostorg/throw_exception
changed throw_line_ to 0 if not specified (was -1)
This commit is contained in:
@ -171,7 +171,7 @@ boost
|
||||
exception():
|
||||
throw_function_(0),
|
||||
throw_file_(0),
|
||||
throw_line_(-1)
|
||||
throw_line_(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user