#243: Missing user-provided default constructor -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: lazzara Type: defect | Status: closed Priority: major | Milestone: Component: Milena | Version: 1.0 Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by lazzara):
* status: new => closed * resolution: => fixed
Comment:
The following patches fix this issue: - 2af40042f361fe4b3fd281354e5e961ab3569730 - 93ca680bd5b2d8e1291f4a542c24548828e92e7c
They have been integrated into the 'next' branch.
It has been decided to implement the default constructor instead of explicitly instantiate objects.
Thanks to theses patches, Olena should compile with gcc 4.6.0 and 4.6.1. It also reduces the number of errors while compiling with Clang++.