Boost logo

Boost-Build :

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





Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk