From f8fdeb9d02d64c334011290ffca58d83a92439da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 14 Jun 2012 07:31:15 +0000 Subject: [PATCH] Added an import missing in case some conditional tests listed in the class.jam Boost Build module's __test__() testing rule are enabled. [SVN r78933] --- src/kernel/class.jam | 1 + 1 file changed, 1 insertion(+) 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'. #