Commit Graph

6 Commits

Author SHA1 Message Date
William S Fulton 5ac5d90f97 Add forward class definition for std::filesystem::path class
The namespace is missing for the path class, so this provides
more type information to fix this problem.

Closes #2993
2024-08-19 18:33:10 +01:00
William S Fulton f6d8c6b089 Python std::filesystem cleanup 2023-11-17 22:29:59 +00:00
Julien Marrec b2639da892
Address review comments 2023-06-30 14:11:14 +02:00
Julien Marrec 0798a46e0d
Had trouble getting the test to be properly ignored. If I wrap the inline line 35 in #if __cplusplus the wrapper code isn't generated 2023-06-30 14:11:14 +02:00
Julien Marrec b36905e152
Tweak tests setup 2023-06-30 14:11:14 +02:00
Ramzi Sabra 2fcbd937f7
Cherry pick from yasamoka/master
Co-authored-by: Julien Marrec <julien.marrec@gmail.com>
2023-06-30 14:11:14 +02:00