diff --git a/src/kernel/class.jam b/src/kernel/class.jam index b8e55af35..6bec498df 100644 --- a/src/kernel/class.jam +++ b/src/kernel/class.jam @@ -163,6 +163,7 @@ rule __test__ ( ) { import assert ; import "class" : new ; + import errors : try catch ; # This will be the construction function for a class called 'myclass'. #