has_xlocale.cpp 286 B

123456789101112
  1. //
  2. // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
  3. //
  4. // Distributed under the Boost Software License, Version 1.0. (See
  5. // accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. //
  8. #include <xlocale.h>
  9. int main()
  10. {
  11. newlocale(LC_ALL_MASK,"",0);
  12. }