Bug #124
root_* should have an explicit constructor
| Status: | Closed | Start: | 10/04/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Core | |||
| Target version: | 0.9 | |||
| Severity: | Normal |
Description
To avoid people being confused by lines like
root_object x = create_object(); root_object const &x = create_object(); root_object &x = create_object();
All of which would just not work then.
Associated revisions
Revision d1b393efb4ffb606b265e969e2aac5936b69a5c4
c++-api: root_* constructor is now explicit (fixes #124)
History
Updated by Aristid Breitkreuz 317 days ago
- Status changed from New to Closed
commit:775e87e6be507ac8960f8ae7b399349641049ac0