aligator 0.17.1
A versatile and efficient C++ library for real-time constrained trajectory optimization.
Loading...
Searching...
No Matches
make_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
8#else
10#endif