mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-30 12:27:14 +02:00
changed throw_line_ to 0 if not specified (was -1)
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user