mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
Collect all #define PYBIND11_HAS_... in pybind11/detail/common.h (#5647)
This commit is contained in:
committed by
GitHub
parent
002c05b17e
commit
c125cc789c
@@ -12,10 +12,10 @@
|
||||
#include "constructor_stats.h"
|
||||
#include "pybind11_tests.h"
|
||||
|
||||
#ifndef PYBIND11_HAS_FILESYSTEM_IS_OPTIONAL
|
||||
# define PYBIND11_HAS_FILESYSTEM_IS_OPTIONAL
|
||||
#if defined(PYBIND11_HAS_FILESYSTEM) || defined(PYBIND11_HAS_EXPERIMENTAL_FILESYSTEM)
|
||||
# include <pybind11/stl/filesystem.h>
|
||||
#endif
|
||||
#include <pybind11/stl/filesystem.h>
|
||||
|
||||
#include <pybind11/typing.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user