$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Rick Yang (rick68_at_[hidden])
Date: 2008-06-06 10:52:09
Hi all,
In BOOST_BUILD_PATH/kernel/class.jam
06: # Polymorphic class system built on top of core Jam facilities.
07: #
08: # Classes are defined by 'class' keywords::
09: #
10: # class myclass ( arg1 )
11: # {
12: # rule __init__ ( ) # constructor
13: # {
14: # self.attribute = $(arg1) ;
line 10 is wrong, I change the comments to
10: # class myclass
11: # {
12: # rule __init__ ( arg1 ) # constructor
Best regards,
Rick Yang