diff options
author | Murray Cumming <murrayc@murrayc.com> | 2015-09-01 17:01:19 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2015-09-01 17:01:19 +0200 |
commit | 0048bccd55e631da98b1ff9d016afa6b813bfc37 (patch) | |
tree | e3f43aaa87f8b44d71df8c452913f9af5fa44c19 /examples/Makefile.am | |
parent | ab8f9d8a6aac54d1b57eb6455dcdcb92c59d7009 (diff) | |
download | glibmm-0048bccd55e631da98b1ff9d016afa6b813bfc37.tar.gz |
Revert "Deprecate Regex now that we have std::regex."
I didn't mean to push this yet. Maybe we will never deprecate this
if it offers better UTF-8 support than std::regex.
This reverts commit a1f0b1a06095d81b6a5b8255b818b1c35c92df29.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index bc98505c..0de871a7 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -31,6 +31,7 @@ check_PROGRAMS = \ network/socket-server \ options/example \ properties/example \ + regex/example \ settings/settings \ thread/dispatcher \ thread/dispatcher2 \ |