ChipMaster's trial hacks on C++CMS starting with v1.2.1. Not sure I'll follow on with the v2 since it looks to be breaking and mostly frivolous.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
611 B

  1. //
  2. // Copyright (c) 2009 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. #ifndef CPPCMS_LOCALE_HPP_INCLUDED
  9. #define CPPCMS_LOCALE_HPP_INCLUDED
  10. #include "locale_collator.h"
  11. #include "locale_boundary.h"
  12. #include "locale_codepage.h"
  13. #include "locale_conversion.h"
  14. #include "locale_format.h"
  15. #include "locale_formatter.h"
  16. #include "locale_formatting.h"
  17. #include "locale_generator.h"
  18. #include "locale_info.h"
  19. #include "locale_message.h"
  20. #include "locale_numeric.h"
  21. #endif