Просмотр исходного кода

Added helper function to_int_type() to fix the conversion problems
from char_type to int_type. The helper uses std::char_traits when
available. A workaround for platforms where no std::char_traits is
available is provided as well. The workaround is triggered by the
define BOOST_SPIRIT_NO_CHAR_TRAITS.


[SVN r17225]

Markus Schöpflin 23 лет назад
Родитель
Сommit
24718a022a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/spirit

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit 85d87e450cb932e31be1be2418b1ce8221118f4c
+Subproject commit b45dde8409df2db3e498cb286c585c9a6200444b

粤ICP备19079148号