
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
22/Oct/04 09:40 PM
|
|
Exception and derived classes contain a String member but are missing copy constructors and assignment operators (see Effective C++ item 11 for an explanation why this is a bad thing). This may affect other classes too. gcc has a -Weffc++ flag that can identify this and other violations of Effective C++ guidelines (however it is too strict and gives too many false errors for normal use).
|
|
Description
|
Exception and derived classes contain a String member but are missing copy constructors and assignment operators (see Effective C++ item 11 for an explanation why this is a bad thing). This may affect other classes too. gcc has a -Weffc++ flag that can identify this and other violations of Effective C++ guidelines (however it is too strict and gives too many false errors for normal use). |
Show » |
made changes - 22/Oct/04 09:40 PM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
0.9.8
[ 10782
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|