]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/tr1/array
Fix after P0600.
[thirdparty/gcc.git] / libstdc++-v3 / include / tr1 / array
index e8266d7bc0313dd5f3dc585319a4e7cdd4aee993..5c0857b960e5b19c3aef2284ab731d19b12b1aae 100644 (file)
@@ -119,7 +119,7 @@ namespace tr1
       size_type 
       max_size() const { return _Nm; }
 
-      bool 
+      _GLIBCXX_NODISCARD bool 
       empty() const { return size() == 0; }
 
       // Element access.