Opened 16 years ago
Closed 16 years ago
#170 closed enhancement (fixed)
Move inline directive in all headers and move constructor/destructor definitions in headers to .cc.
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | yat 0.3 (Public release) |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Some inline cannot be moved, Classes completely defined in a header file only and templates.
Change History (12)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
comment:4 Changed 16 years ago by
All constructor and destructor definitions are moved to .cc files when .cc files exists. All non-single statement inline functions moved to .cc. There are many inline functions still left in the code, but these are all single statement functions.
There are a few options related to ticket:105. Some inline functions in the code contains asserts but will be removed when #105 is resolved.
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Type: | defect → enhancement |
Ticket is active again, all inlines will be removed.
comment:8 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:12 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [703]) Addresses #65 and #170.