userver
C++ Async Framework
Loading...
Searching...
No Matches
boost_filesystem_file_status.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/boost_filesystem_file_status.hpp
4
/// @brief Lightweight include of Boost.Filesystem file_status.
5
/// @ingroup userver_universal
6
7
#
include
<
boost
/
version
.
hpp
>
8
9
#
if
BOOST_VERSION
>=
107200
10
// Compilation speed-up
11
#
include
<
boost
/
filesystem
/
file_status
.
hpp
>
12
#
else
13
#
include
<
boost
/
filesystem
/
operations
.
hpp
>
14
#
endif
userver
utils
boost_filesystem_file_status.hpp
Generated on Thu May 21 2026 16:22:47 for userver by
Doxygen
1.13.2