]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/allocator.hpp
add __alpha__ as supported cpu
[lyx.git] / boost / boost / detail / allocator.hpp
index a56228d8369243fffbd0422a73e9979636a1856c..033b3708705c615868f3944363fad5825b7dcb64 100644 (file)
@@ -262,7 +262,7 @@ public:
    void construct(pointer p, const T& val) const
    { allocator_construct(p, val); }
 
-   void destroy(pointer __p) const
+   void destroy(pointer p) const
    { allocator_destroy(p); }
 };