Merge lp:~hikiko/nux/nux.fixed-smart-ptr into lp:nux
Proposed by
Eleni Maria Stea
on 2016-07-18
| Status: | Merged |
|---|---|
| Approved by: | Marco Trevisan (Treviño) on 2016-12-08 |
| Approved revision: | 885 |
| Merged at revision: | 884 |
| Proposed branch: | lp:~hikiko/nux/nux.fixed-smart-ptr |
| Merge into: | lp:nux |
| Diff against target: |
110 lines (+9/-9) 6 files modified
Nux/TimerProc.h (+1/-0) NuxCore/Logger.h (+2/-2) NuxCore/LoggingWriter.cpp (+1/-1) NuxCore/PropertyAnimation.h (+3/-4) autogen.sh (+1/-2) configure.ac (+1/-0) |
| To merge this branch: | bzr merge lp:~hikiko/nux/nux.fixed-smart-ptr |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Marco Trevisan (Treviño) | 2016-07-18 | Approve on 2016-12-08 | |
| PS Jenkins bot | continuous-integration | Pending | |
|
Review via email:
|
|||
Commit Message
replaced std::shared_ptr with boost::shared_ptr to fix compile errors
Description of the Change
replaced std::shared_ptr with boost::shared_ptr to fix compile errors
To post a comment you must log in.
| Marco Trevisan (Treviño) (3v1n0) wrote : | # |
| Eleni Maria Stea (hikiko) wrote : | # |
It still doesn't compile in all systems if I just include <memory>. Added c++11 CXXFLAGS and replaced the boost smart pointers with std.
lp:~hikiko/nux/nux.fixed-smart-ptr
updated
on 2016-07-22
- 884. By Eleni Maria Stea on 2016-07-22
-
removed empty line (cleanup diff)
- 885. By Eleni Maria Stea on 2016-07-22
-
fixed diff
review:
Approve

Using std ones is preferred. Please just include <memory>.