summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-09-01 17:01:19 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-09-01 17:01:19 +0200
commit0048bccd55e631da98b1ff9d016afa6b813bfc37 (patch)
treee3f43aaa87f8b44d71df8c452913f9af5fa44c19 /glib/glibmm.h
parentab8f9d8a6aac54d1b57eb6455dcdcb92c59d7009 (diff)
downloadglibmm-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 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index 3f076d29..fb409f81 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -36,6 +36,7 @@
* - Glib::ustring: A UTF-8 string class that can be used interchangably with std::string. Plus @ref StringUtils
* - Glib::RefPtr: A reference-counting smartpointer, for use with Glib::ObjectBase or similar
* - @ref CharsetConv
+ * - Glib::Regex: Regular expression string matching.
* - Glib::KeyFile: Parsing and writing of key files (similar to .ini files)
* - Glib::Checksum
* - Glib::Date, Glib::Timer, Glib::TimeVal