From 44fde85b2496750b78939247d1d19a67c5b3dc71 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 Nov 2016 15:24:14 +0200 Subject: C++11-compatibility fixes and improvements --- cutl/compiler/context.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cutl/compiler/context.hxx') diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx index 2933e36..15d9402 100644 --- a/cutl/compiler/context.hxx +++ b/cutl/compiler/context.hxx @@ -22,8 +22,8 @@ namespace cutl class LIBCUTL_EXPORT context { public: - struct LIBCUTL_EXPORT no_entry: exception {}; - struct LIBCUTL_EXPORT typing: exception {}; + struct no_entry: exception {}; + struct typing: exception {}; public: context () {} -- cgit v1.1