aligator 0.18.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
Loading...
Searching...
No Matches
span.hpp
Go to the documentation of this file.
1
3#pragma once
4
5#include <boost/version.hpp>
6#if defined(BOOST_VERSION) && BOOST_VERSION >= 107600
7#include <boost/core/span.hpp>
8#else
10#endif