From 1b81721c9b928b900e375f87f64292ed02c6416b Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 27 Jan 2013 17:51:53 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@588 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/doc/limitations.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/boost/doc/limitations.qbk b/build/boost/doc/limitations.qbk index ec3b711..6a7800a 100644 --- a/build/boost/doc/limitations.qbk +++ b/build/boost/doc/limitations.qbk @@ -214,7 +214,7 @@ Otherwise another workaround would be to provide a proxy method : [endsect] -[section warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data] +[section Warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data] Compiling under Microsoft Visual Studio with the /Wp64 flag produces this warning at various locations in the library code.