Fixed boost documentation

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@528 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-24 07:08:09 +00:00
parent 28281e8836
commit 370934a1ef

View file

@ -887,7 +887,9 @@ The extra features provided by MOCK_BASE_CLASS are not usable with template base
Example : Example :
'''
warning C4505: 'base::[thunk]: __thiscall base::`vcall'{0,{flat}}' }'' : unreferenced local function has been removed warning C4505: 'base::[thunk]: __thiscall base::`vcall'{0,{flat}}' }'' : unreferenced local function has been removed
'''
This seems to be a random bug with some versions of the Microsoft Visual Studio compiler, see https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=324427 This seems to be a random bug with some versions of the Microsoft Visual Studio compiler, see https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=324427
@ -901,7 +903,9 @@ The only known workaround is to disable the warning with a pragma :
Example : Example :
'''
warning C4301: '`anonymous-namespace'::base::method': overriding virtual function only differs from '`anonymous-namespace'::base::method' by const/volatile qualifier warning C4301: '`anonymous-namespace'::base::method': overriding virtual function only differs from '`anonymous-namespace'::base::method' by const/volatile qualifier
'''
The following code produces this warning with some versions of the Microsoft Visual Studio compiler : The following code produces this warning with some versions of the Microsoft Visual Studio compiler :