Bug #124

avatar

root_* should have an explicit constructor

Added by Aristid Breitkreuz 337 days ago. Updated 317 days ago.

Status:Closed Start:10/04/2009
Priority:Normal Due date:
Assigned to:avatarAristid Breitkreuz % 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
Added by Aristid Breitkreuz 317 days ago

c++-api: root_* constructor is now explicit (fixes #124)

History

Updated by Aristid Breitkreuz 317 days ago

avatar
  • Target version set to 0.9

Updated by Aristid Breitkreuz 317 days ago

avatar
  • Status changed from New to Closed

commit:775e87e6be507ac8960f8ae7b399349641049ac0

Also available in: Atom PDF