aboutsummaryrefslogtreecommitdiff
path: root/cutl/container/any.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/container/any.hxx')
-rw-r--r--cutl/container/any.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx
index c8d6308..3a31602 100644
--- a/cutl/container/any.hxx
+++ b/cutl/container/any.hxx
@@ -10,16 +10,14 @@
#include <cutl/exception.hxx>
-#include <cutl/details/export.hxx>
-
namespace cutl
{
namespace container
{
- class LIBCUTL_EXPORT any
+ class any
{
public:
- struct LIBCUTL_EXPORT typing: exception {};
+ struct typing: exception {};
public:
any ()