Skip to content
Snippets Groups Projects
Unverified Commit f565ce8e authored by Joris Vaillant's avatar Joris Vaillant
Browse files

unique_ptr: Replace _ by - in header file

parent 70ffeadb
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ set(${PROJECT_NAME}_HEADERS ...@@ -167,7 +167,7 @@ set(${PROJECT_NAME}_HEADERS
include/eigenpy/scipy-allocator.hpp include/eigenpy/scipy-allocator.hpp
include/eigenpy/scipy-type.hpp include/eigenpy/scipy-type.hpp
include/eigenpy/variant.hpp include/eigenpy/variant.hpp
include/eigenpy/std_unique_ptr.hpp include/eigenpy/std-unique-ptr.hpp
include/eigenpy/swig.hpp include/eigenpy/swig.hpp
include/eigenpy/version.hpp) include/eigenpy/version.hpp)
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "eigenpy/expose.hpp" #include "eigenpy/expose.hpp"
/// Custom CallPolicies /// Custom CallPolicies
#include "eigenpy/std_unique_ptr.hpp" #include "eigenpy/std-unique-ptr.hpp"
#define ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) \ #define ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) \
::eigenpy::enableEigenPySpecific<TYPE>(); ::eigenpy::enableEigenPySpecific<TYPE>();
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/// @copyright Copyright 2023 CNRS INRIA /// @copyright Copyright 2023 CNRS INRIA
#include <eigenpy/eigenpy.hpp> #include <eigenpy/eigenpy.hpp>
#include <eigenpy/std_unique_ptr.hpp> #include <eigenpy/std-unique-ptr.hpp>
#include <memory> #include <memory>
......
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