From 28061ba3a87c8422eade1be01111dcff3aa43a85 Mon Sep 17 00:00:00 2001 From: Matthew Calabrese Date: Wed, 17 Sep 2008 01:08:03 +0000 Subject: [PATCH] Removed boost directory binary.hpp. [SVN r48804] --- include/boost/binary.hpp | 14 -------------- utility.htm | 4 +--- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 include/boost/binary.hpp diff --git a/include/boost/binary.hpp b/include/boost/binary.hpp deleted file mode 100644 index b4a889d..0000000 --- a/include/boost/binary.hpp +++ /dev/null @@ -1,14 +0,0 @@ -/*============================================================================= - Copyright (c) 2008 Matthew Calabrese - - Use, modification and distribution is subject to 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) -==============================================================================*/ - -#ifndef BOOST_BINARY_HPP -#define BOOST_BINARY_HPP - -#include - -#endif diff --git a/utility.htm b/utility.htm index f9082f1..d4c7205 100644 --- a/utility.htm +++ b/utility.htm @@ -211,9 +211,7 @@ void f() { href="../../boost/utility/binary.hpp"><boost/utility/binary.hpp> which is automatically included by <boost/utility.hpp> and - <boost/binary.hpp>.. + href="../../boost/utility.hpp"><boost/utility.hpp>.

Contributed by Matt Calabrese.

Example