From 5bcaa933b55dd58797775d87605a6cdef4acd5a2 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 18 Dec 2020 10:58:43 +0000 Subject: [PATCH] Correct duplicate using declarations. --- test/boost_no_cxx11_hdr_future.ipp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/boost_no_cxx11_hdr_future.ipp b/test/boost_no_cxx11_hdr_future.ipp index b19302d0..ea65a436 100644 --- a/test/boost_no_cxx11_hdr_future.ipp +++ b/test/boost_no_cxx11_hdr_future.ipp @@ -22,8 +22,6 @@ int test() using std::future_category; using std::future_error; using std::promise; - using std::promise; - using std::promise; using std::future; using std::shared_future; using std::packaged_task; // undefined