blob: cf9b4c8992c0e9550e580221363be61e58178745 [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
// <locale>
// class messages_base
// {
// public:
// typedef unspecified catalog;
// };
#include <locale>
#include <type_traits>
int main()
{
std::messages_base mb;
}