aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1/regex
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/tr1/regex')
-rw-r--r--libstdc++-v3/include/tr1/regex2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1/regex b/libstdc++-v3/include/tr1/regex
index f0d0742..73c610d 100644
--- a/libstdc++-v3/include/tr1/regex
+++ b/libstdc++-v3/include/tr1/regex
@@ -1870,7 +1870,7 @@ namespace regex_constants
* @retval true The %match_results object is empty.
* @retval false The %match_results object is not empty.
*/
- bool
+ _GLIBCXX_NODISCARD bool
empty() const
{ return size() == 0; }