mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
28281e8836
commit
370934a1ef
1 changed files with 4 additions and 0 deletions
|
|
@ -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 :
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue