mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 16:40:48 +08:00
when use ssl will depend on boost.filesystem.
This commit is contained in:
@@ -45,6 +45,7 @@ using string_view = boost::string_view;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CINATRA_ENABLE_SSL
|
||||
#if __cplusplus > 201402L
|
||||
#if defined (__GNUC__)
|
||||
#if __GNUC__ < 8
|
||||
@@ -62,3 +63,4 @@ namespace rpcfs = boost::filesystem;
|
||||
#include <boost/filesystem.hpp>
|
||||
namespace rpcfs = boost::filesystem;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user