Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic-graph
Commits
c47bd24f
Commit
c47bd24f
authored
3 years ago
by
Florent Lamiraux
Browse files
Options
Downloads
Patches
Plain Diff
Make switch to std::shared_ptr easier
parent
b9281ddb
No related branches found
No related tags found
No related merge requests found
Pipeline
#15070
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/dynamic-graph/fwd.hh
+12
-0
12 additions, 0 deletions
include/dynamic-graph/fwd.hh
with
12 additions
and
0 deletions
include/dynamic-graph/fwd.hh
+
12
−
0
View file @
c47bd24f
...
@@ -5,7 +5,18 @@
...
@@ -5,7 +5,18 @@
#ifndef DYNAMIC_GRAPH_FWD_HH
#ifndef DYNAMIC_GRAPH_FWD_HH
#define DYNAMIC_GRAPH_FWD_HH
#define DYNAMIC_GRAPH_FWD_HH
#include
<boost/smart_ptr.hpp>
namespace
dynamicgraph
{
namespace
dynamicgraph
{
// to be replace by std:: when we switch to C++11 and later
using
boost
::
shared_ptr
;
using
boost
::
weak_ptr
;
using
boost
::
static_pointer_cast
;
using
boost
::
dynamic_pointer_cast
;
using
boost
::
const_pointer_cast
;
using
boost
::
make_shared
;
class
DebugTrace
;
class
DebugTrace
;
class
PluginRefMap
;
class
PluginRefMap
;
...
@@ -17,6 +28,7 @@ class ExceptionSignal;
...
@@ -17,6 +28,7 @@ class ExceptionSignal;
class
ExceptionTraces
;
class
ExceptionTraces
;
class
FactoryStorage
;
class
FactoryStorage
;
class
Interpreter
;
class
Interpreter
;
typedef
shared_ptr
<
Interpreter
>
InterpreterShPtr_t
;
class
InterpreterHelper
;
class
InterpreterHelper
;
class
Logger
;
class
Logger
;
class
OutStringStream
;
class
OutStringStream
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment