introduce string_view
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
// Set 1/0 to enable/disable GZIP compression.
|
||||
#define WEBCC_ENABLE_GZIP 0
|
||||
|
||||
// Set 1 to use C++17 filesystem or 0 to use Boost filesystem.
|
||||
// Set 1 to use std::filesystem or 0 to use boost::filesystem.
|
||||
#define WEBCC_USE_STD_FILESYSTEM 1
|
||||
|
||||
// Set 1 to use std::string_view or 0 to use boost::string_view.
|
||||
#define WEBCC_USE_STD_STRING_VIEW 1
|
||||
|
||||
#endif // WEBCC_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user