proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
std.hpp
Go to the documentation of this file.
1#ifndef VEG_STD_HPP_NS3C5ON6S
2#define VEG_STD_HPP_NS3C5ON6S
3
4#ifdef __has_include
5#define __VEG_HAS_INCLUDE(x) __has_include(x)
6#else
7#define __VEG_HAS_INCLUDE(x) 0
8#endif
9
10#include <cstdint> // i64, u64
11#include <initializer_list> // std::initializer_list
12
13#endif /* end of include guard VEG_STD_HPP_NS3C5ON6S */