From 1ff6282af5e26bb121047602c4997206976132b6 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 15 Mar 2017 12:01:37 -0700 Subject: [PATCH] changed throw_line_ to 0 if not specified (was -1) --- include/boost/exception/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 1be79ab..b34b586 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -171,7 +171,7 @@ boost exception(): throw_function_(0), throw_file_(0), - throw_line_(-1) + throw_line_(0) { }