Skip to content
Snippets Groups Projects
Commit 3ad51608 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

update deprecations for C++14

parent 84df690f
No related branches found
No related tags found
No related merge requests found
Pipeline #15854 passed
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#undef _XOPEN_SOURCE #undef _XOPEN_SOURCE
#include <dynamic-graph/python/fwd.hh> #include <dynamic-graph/python/fwd.hh>
#include "dynamic-graph/python/api.hh" #include "dynamic-graph/python/api.hh"
#include "dynamic-graph/python/deprecated.hh"
#include "dynamic-graph/python/python-compat.hh" #include "dynamic-graph/python/python-compat.hh"
#include "dynamic-graph/python/api.hh" #include "dynamic-graph/python/api.hh"
...@@ -27,7 +26,7 @@ class DYNAMIC_GRAPH_PYTHON_DLLAPI Interpreter { ...@@ -27,7 +26,7 @@ class DYNAMIC_GRAPH_PYTHON_DLLAPI Interpreter {
/// \brief Method to start python interperter. /// \brief Method to start python interperter.
/// \param command string to execute /// \param command string to execute
/// Method deprecated, you *SHOULD* handle error messages. /// 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. /// \brief Method to start python interperter.
/// \param command string to execute, result, stdout, stderr strings /// \param command string to execute, result, stdout, stderr strings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment