Commit Graph

6 Commits

Author SHA1 Message Date
7af2aadcb8 Add module support and tests. (#174) 2024-12-18 19:14:23 +00:00
57ccc945bd Default empty destructor.
The compiler-generated copy constructor and copy assignment operator are deprecated since C++11 on classes with user-declared destructors.

This change allows clean compilation with the -Wdeprecated-copy-dtor/-Wdeprecated-copy-with-user-provided-dtor flag.
2023-02-22 19:59:38 +00:00
1d17ca9d5d Add tests for https://github.com/boostorg/regex/issues/153
Make runtime errors, regex_error's.
2021-10-12 19:23:18 +01:00
443c04d6d4 More cleanups. 2020-12-20 13:13:14 +00:00
c24967709d Reinstate many workarounds to get older msvc versions compiling. 2020-12-13 18:03:47 +00:00
f9db491056 More missing files. 2020-12-10 17:04:30 +00:00