OSDN Git Service

2003-04-28 Phil Edwards <pme@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / bits / stl_vector.h
index f0da72a..bf28813 100644 (file)
@@ -524,7 +524,7 @@ namespace std
       _M_range_check(size_type __n) const
       {
        if (__n >= this->size())
-         __throw_out_of_range("vector [] access out of range");
+         __throw_out_of_range(__N("std::vector [] access out of range"));
       }
       
     public: