From 8d69e99e78b410d7d478c5dc9f1fe8192e8117ee Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Sun, 6 Nov 2016 01:49:53 +0100 Subject: [PATCH] removed hack test, updated copyright --- doc/html/index.html | 2 +- include/boost/optional/optional.hpp | 2 +- test/Jamfile.v2 | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/html/index.html b/doc/html/index.html index 8d507f2..e2a485d 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -145,7 +145,7 @@ - +

Last revised: October 27, 2016 at 21:57:04 GMT

Last revised: November 06, 2016 at 00:39:48 GMT


diff --git a/include/boost/optional/optional.hpp b/include/boost/optional/optional.hpp index 844cb0f..021588f 100644 --- a/include/boost/optional/optional.hpp +++ b/include/boost/optional/optional.hpp @@ -1,5 +1,5 @@ // Copyright (C) 2003, 2008 Fernando Luis Cacciola Carballal. -// Copyright (C) 2014, 2015 Andrzej Krzemienski. +// Copyright (C) 2014 - 2016 Andrzej Krzemienski. // // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a44ea42..ec93e18 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,7 +1,7 @@ # Boost.Optional Library test Jamfile # # Copyright (C) 2003, Fernando Luis Cacciola Carballal. -# Copyright (C) 2014, 2015 Andrzej Krzemienski +# Copyright (C) 2014 - 2016 Andrzej Krzemienski # # Use, modification, and distribution is subject to the Boost Software # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at @@ -64,7 +64,6 @@ import testing ; [ compile-fail optional_test_fail_io_without_io.cpp ] [ compile-fail optional_test_fail_none_io_without_io.cpp ] [ compile-fail optional_test_fail_convert_assign_of_enums.cpp ] - [ run optional_xconfig_HACK_TO_LIST_PREDEFINED_MACROS.cpp ] [ run optional_xconfig_NO_PROPER_ASSIGN_FROM_CONST_INT_pass.cpp ] [ run-fail optional_xconfig_NO_PROPER_ASSIGN_FROM_CONST_INT_fail.cpp ] [ run optional_xconfig_NO_PROPER_CONVERT_FROM_CONST_INT_pass.cpp ]