소스 검색

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 년 전
부모
커밋
db8f362fbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libs/function

+ 1 - 1
libs/function

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

粤ICP备19079148号