aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/tls.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/tls.ixx')
-rw-r--r--odb/details/win32/tls.ixx22
1 files changed, 22 insertions, 0 deletions
diff --git a/odb/details/win32/tls.ixx b/odb/details/win32/tls.ixx
new file mode 100644
index 0000000..7b0f341
--- /dev/null
+++ b/odb/details/win32/tls.ixx
@@ -0,0 +1,22 @@
+// file : odb/details/win32/tls.ixx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+namespace odb
+{
+ namespace details
+ {
+ template <typename T>
+ inline tls<T>::
+ tls ()
+ {
+ }
+
+ template <typename T>
+ inline tls<T*>::
+ tls ()
+ {
+ }
+ }
+}