From 46fafdb7c929a01678b28eea8e5cdbe5bedf9f68 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 11 Jul 2004 16:40:21 +0000 Subject: [PATCH] Fix outdated reference to boost/detail/none.hpp, to current boost/none.hpp. [SVN r23439] --- test/optional_test.cpp | 2 +- test/optional_test_ref.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/optional_test.cpp b/test/optional_test.cpp index 9ef3874..d42f733 100644 --- a/test/optional_test.cpp +++ b/test/optional_test.cpp @@ -21,7 +21,7 @@ #pragma hdrstop #endif -#include "boost/detail/none.hpp" +#include "boost/none.hpp" #include "boost/test/minimal.hpp" diff --git a/test/optional_test_ref.cpp b/test/optional_test_ref.cpp index 1c3e3ad..4cf2506 100644 --- a/test/optional_test_ref.cpp +++ b/test/optional_test_ref.cpp @@ -21,7 +21,7 @@ #pragma hdrstop #endif -#include "boost/detail/none.hpp" +#include "boost/none.hpp" #include "boost/test/minimal.hpp"