Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
eigenpy
Commits
d302024d
Unverified
Commit
d302024d
authored
1 year ago
by
Joris Vaillant
Browse files
Options
Downloads
Patches
Plain Diff
unique_ptr: Fix includes
parent
7d8d02ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/eigenpy/utils/traits.hpp
+2
-1
2 additions, 1 deletion
include/eigenpy/utils/traits.hpp
unittest/std_unique_ptr.cpp
+1
-1
1 addition, 1 deletion
unittest/std_unique_ptr.cpp
with
3 additions
and
2 deletions
include/eigenpy/utils/traits.hpp
+
2
−
1
View file @
d302024d
...
...
@@ -2,11 +2,12 @@
// Copyright (c) 2024 INRIA
//
//
#include
<type_traits>
#ifndef __eigenpy_utils_traits_hpp__
#define __eigenpy_utils_traits_hpp__
#include
<type_traits>
namespace
eigenpy
{
namespace
details
{
...
...
This diff is collapsed.
Click to expand it.
unittest/std_unique_ptr.cpp
+
1
−
1
View file @
d302024d
/// @file
/// @copyright Copyright 2023 CNRS INRIA
#include
<iostream>
#include
<eigenpy/eigenpy.hpp>
#include
<eigenpy/std_unique_ptr.hpp>
#include
<memory>
namespace
bp
=
boost
::
python
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment