Skip to content

Commit f565ce8

Browse files
committed
unique_ptr: Replace _ by - in header file
1 parent 70ffead commit f565ce8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ set(${PROJECT_NAME}_HEADERS
167167
include/eigenpy/scipy-allocator.hpp
168168
include/eigenpy/scipy-type.hpp
169169
include/eigenpy/variant.hpp
170-
include/eigenpy/std_unique_ptr.hpp
170+
include/eigenpy/std-unique-ptr.hpp
171171
include/eigenpy/swig.hpp
172172
include/eigenpy/version.hpp)
173173

include/eigenpy/eigenpy.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "eigenpy/expose.hpp"
1212

1313
/// Custom CallPolicies
14-
#include "eigenpy/std_unique_ptr.hpp"
14+
#include "eigenpy/std-unique-ptr.hpp"
1515

1616
#define ENABLE_SPECIFIC_MATRIX_TYPE(TYPE) \
1717
::eigenpy::enableEigenPySpecific<TYPE>();

unittest/std_unique_ptr.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// @copyright Copyright 2023 CNRS INRIA
33

44
#include <eigenpy/eigenpy.hpp>
5-
#include <eigenpy/std_unique_ptr.hpp>
5+
#include <eigenpy/std-unique-ptr.hpp>
66

77
#include <memory>
88

0 commit comments

Comments
 (0)