renamed regex files

This commit is contained in:
matthias@arch 2022-09-26 20:28:12 +02:00
parent 51fb0d572e
commit 03a34a3a02
5 changed files with 9 additions and 1 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "docs/doxygen-awesome-css"]
path = docs/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git

@ -0,0 +1 @@
Subproject commit a3c119b4797be2039761ec1fa0731f038e3026f6

1
doxygen-awesome-css Submodule

@ -0,0 +1 @@
Subproject commit a3c119b4797be2039761ec1fa0731f038e3026f6

View File

@ -1,4 +1,4 @@
#include "gz_regex.hpp" #include "regex.hpp"
namespace gz::re { namespace gz::re {
const std::regex types::intT(R"([+\-]?(0x|0X)?\d+)"); const std::regex types::intT(R"([+\-]?(0x|0X)?\d+)");