|
Boost-Build : |
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-06-06 11:39:22
Hi Rick.
> 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
You are right, thanks! I applied the patch.
Changeset link:
http://svn.boost.org/trac/boost/changeset/46194
Best regards,
Jurko GospodnetiÄ
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