Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
3ad51608
Commit
3ad51608
authored
Sep 02, 2021
by
Guilhem Saurel
Browse files
update deprecations for C++14
parent
84df690f
Pipeline
#15854
passed with stage
in 8 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/python/interpreter.hh
View file @
3ad51608
...
...
@@ -8,7 +8,6 @@
#undef _XOPEN_SOURCE
#include
<dynamic-graph/python/fwd.hh>
#include
"dynamic-graph/python/api.hh"
#include
"dynamic-graph/python/deprecated.hh"
#include
"dynamic-graph/python/python-compat.hh"
#include
"dynamic-graph/python/api.hh"
...
...
@@ -27,7 +26,7 @@ class DYNAMIC_GRAPH_PYTHON_DLLAPI Interpreter {
/// \brief Method to start python interperter.
/// \param command string to execute
/// Method deprecated, you *SHOULD* handle error messages.
DYNAMIC_GRAPH_PYTHON_DEPRECATED
std
::
string
python
(
const
std
::
string
&
command
);
[[
deprecated
(
"you *SHOULD* handle error messages"
)]]
std
::
string
python
(
const
std
::
string
&
command
);
/// \brief Method to start python interperter.
/// \param command string to execute, result, stdout, stderr strings
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment