From 5f44bdcae8ce507bc328490993155fbb88cd88c2 Mon Sep 17 00:00:00 2001
From: Antony Polukhin
Date: Wed, 24 Jul 2013 08:46:08 +0000
Subject: [PATCH] Fix warnings in lexical_cast found by Boost Inspection
program (copyrights restored according to svn history, license text replaced
with license name and link to it)
[SVN r85149]
---
cast.htm | 18 ++++++++++++------
include/boost/lexical_cast.hpp | 4 ++--
index.html | 15 +++++++++++++--
test/implicit_cast_fail.cpp | 2 +-
test/lexical_cast_to_pointer_test.cpp | 2 +-
5 files changed, 29 insertions(+), 12 deletions(-)
diff --git a/cast.htm b/cast.htm
index a1580c3..c8d14c7 100644
--- a/cast.htm
+++ b/cast.htm
@@ -10,6 +10,13 @@
Header boost/cast.hpp Documentation
+
@@ -131,10 +138,9 @@ void f( Fruit * fruit ) {
-->June 23, 2005
- © Copyright boost.org 1999. Permission to copy, use, modify, sell
- and distribute this document is granted provided this copyright notice
- appears in all copies. This document is provided "as is" without express
- or implied warranty, and with no claim as to its suitability for any
- purpose.
+ © Copyright boost.org 1999.
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
-