aboutsummaryrefslogtreecommitdiffstats
path: root/Exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Exceptions.h')
-rw-r--r--Exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Exceptions.h b/Exceptions.h
index 14f91977..0b25abee 100644
--- a/Exceptions.h
+++ b/Exceptions.h
@@ -38,7 +38,7 @@ struct CompilerError: virtual Exception {};
struct InternalCompilerError: virtual Exception {};
struct DocstringParsingError: virtual Exception {};
-typedef boost::error_info<struct tag_sourceLocation, Location> errinfo_sourceLocation;
+using errinfo_sourceLocation = boost::error_info<struct tag_sourceLocation, Location>;
}
}