| //===----------------------------------------------------------------------===// |
| // The LLVM Compiler Infrastructure |
| // This file is dual licensed under the MIT and the University of Illinois Open |
| // Source Licenses. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // const_reverse_iterator crend() const; |
| #include "min_allocator.h" |
| typename S::const_reverse_iterator ce = s.crend(); |
| typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; |