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
8889710b
Unverified
Commit
8889710b
authored
Sep 06, 2021
by
Guilhem Saurel
Committed by
GitHub
Sep 06, 2021
Browse files
Merge pull request #80 from nim65s/devel
update deprecations for C++14
parents
e170e6f2
3ad51608
Pipeline
#15893
passed with stage
in 13 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/python/interpreter.hh
View file @
8889710b
...
...
@@ -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