mirror of
https://github.com/gulrak/filesystem.git
synced 2026-04-30 19:09:11 +08:00
Define PATH_MAX if not defined by limits.h
This commit is contained in:
parent
f437344e79
commit
1996946915
@ -254,6 +254,10 @@
|
||||
#include <experimental/string_view>
|
||||
#endif
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
// Behaviour Switches (see README.md, should match the config in test/filesystem_test.cpp):
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user