fork(4) download
  1. #include <regex>
  2.  
  3. int main() {
  4. std::regex rx("mypattern");
  5. }
  6.  
Success #stdin #stdout 0s 3008KB
stdin
Standard input is empty
stdout
Standard output is empty