From fb17bba197a190b5865e2ddf4f70019a6dc23ba2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 31 Jul 2018 03:02:16 +0100 Subject: Replace the TR1NS macro with the std namespace. --- include/aligned_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/aligned_storage.h') diff --git a/include/aligned_storage.h b/include/aligned_storage.h index 7bf0fe0a3..02332b0e4 100644 --- a/include/aligned_storage.h +++ b/include/aligned_storage.h @@ -27,7 +27,7 @@ namespace insp template class insp::aligned_storage { - mutable typename TR1NS::aligned_storage::value>::type data; + mutable typename std::aligned_storage::value>::type data; public: aligned_storage() -- cgit v1.3.1-10-gc9f91