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

function_base.hpp:
- Make manager and functor members of function_base public instead of
protected, because attempt to make HP aCC compile Boost.Function

function_template.hpp:
- HP aCC seems to believe that the functor and manager members inherited from
function_base are inaccessible. So qualify them with the function_base
base class.


[SVN r12298]

Douglas Gregor 24 лет назад
Родитель
Сommit
db8f362fbd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/function

+ 1 - 1
libs/function

@@ -1 +1 @@
-Subproject commit d48fa260304d9e04795e60b8e205fc7b57f7e624
+Subproject commit 647693dfc9552226e1982a56e9ca4f6f739a2855

粤ICP备19079148号