Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:06:12

0001 // Copyright (c) 2023 The pybind Community.
0002 
0003 #pragma once
0004 
0005 // Common message for `static_assert()`s, which are useful to easily
0006 // preempt much less obvious errors.
0007 #define PYBIND11_EIGEN_MESSAGE_POINTER_TYPES_ARE_NOT_SUPPORTED                                    \
0008     "Pointer types (in particular `PyObject *`) are not supported as scalar types for Eigen "     \
0009     "types."