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.
 
 
 
 
 
 

28 lines
887 B

  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. #ifndef BOOSTER_LOCALE_H_INCLUDED
  9. #define BOOSTER_LOCALE_H_INCLUDED
  10. #include <booster/locale/boundary.h>
  11. #include <booster/locale/collator.h>
  12. #include <booster/locale/conversion.h>
  13. #include <booster/locale/date_time.h>
  14. #include <booster/locale/date_time_facet.h>
  15. #include <booster/locale/encoding.h>
  16. #include <booster/locale/format.h>
  17. #include <booster/locale/formatting.h>
  18. #include <booster/locale/generator.h>
  19. #include <booster/locale/gnu_gettext.h>
  20. #include <booster/locale/info.h>
  21. #include <booster/locale/localization_backend.h>
  22. #include <booster/locale/message.h>
  23. #include <booster/locale/util.h>
  24. #endif
  25. // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4