opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
mdspan.h
Go to the documentation of this file.
1#pragma once
2
3// `std::mdspan` is not available on almost all target platforms, so
4// this shim is used for all of them.
5
6#define MDSPAN_IMPL_STANDARD_NAMESPACE opyn::cpp23
7#define MDSPAN_IMPL_PROPOSED_NAMESPACE proposed
8#define MDSPAN_USE_PAREN_OPERATOR 1
9#include <mdspan/mdspan.hpp>