@@ -21,6 +21,7 @@
|
||||
#endif
|
||||
#include "compat.hpp"
|
||||
#include <assert.h>
|
||||
#include <regex>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
@@ -91,6 +92,11 @@ namespace stdex
|
||||
///
|
||||
using sys_string = sstring;
|
||||
|
||||
///
|
||||
/// Regular expressions for system strings
|
||||
///
|
||||
using sregex = std::basic_regex<stdex::schar_t>;
|
||||
|
||||
///
|
||||
/// Operating system object (file, pipe, anything with an OS handle etc.)
|
||||
///
|
||||
|
Reference in New Issue
Block a user