aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/type-id.txx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler/type-id.txx')
-rw-r--r--cutl/compiler/type-id.txx17
1 files changed, 0 insertions, 17 deletions
diff --git a/cutl/compiler/type-id.txx b/cutl/compiler/type-id.txx
deleted file mode 100644
index f232eda..0000000
--- a/cutl/compiler/type-id.txx
+++ /dev/null
@@ -1,17 +0,0 @@
-// file : cutl/compiler/type-id.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-// license : MIT; see accompanying LICENSE file
-
-namespace cutl
-{
- namespace compiler
- {
- template <typename X>
- inline
- type_id::
- type_id (X const volatile& x)
- : ti_ (&typeid (x))
- {
- }
- }
-}