summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-09-01 09:05:55 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-09-01 12:04:11 +0200
commita1f0b1a06095d81b6a5b8255b818b1c35c92df29 (patch)
treee669201cc4a0f6712ffcbbdf473163964c3b87ff /glib/glibmm.h
parent6f37cc887e31570aa9c0c3cbfcef2e564388490c (diff)
downloadglibmm-a1f0b1a06095d81b6a5b8255b818b1c35c92df29.tar.gz
Deprecate Regex now that we have std::regex.
Diffstat (limited to 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index fb409f81..3f076d29 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -36,7 +36,6 @@
* - 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