From e3c2cf74256daf8131f39631d349a9fa9cacacc2 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 18 Jun 2014 17:33:35 -0700 Subject: Adding basic CurlTask, as well as support for it in Balau. Also removing c++11-surrogates.h, as we're on a modern compiler now. --- includes/c++11-surrogates.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 includes/c++11-surrogates.h (limited to 'includes/c++11-surrogates.h') diff --git a/includes/c++11-surrogates.h b/includes/c++11-surrogates.h deleted file mode 100644 index 4f3a1a0..0000000 --- a/includes/c++11-surrogates.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -namespace Balau { - -template struct RemoveReference { - typedef T type; -}; - -template struct RemoveReference { - typedef T type; -}; - -template struct RemoveReference { - typedef T type; -}; - -template typename RemoveReference::type&& Move(T&& t) { - return static_cast::type&&>(t); -} - -}; -- cgit v1.2.3