summaryrefslogtreecommitdiff
path: root/libodb/odb/details/posix/tls.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libodb/odb/details/posix/tls.ixx')
-rw-r--r--libodb/odb/details/posix/tls.ixx20
1 files changed, 20 insertions, 0 deletions
diff --git a/libodb/odb/details/posix/tls.ixx b/libodb/odb/details/posix/tls.ixx
new file mode 100644
index 0000000..7acc173
--- /dev/null
+++ b/libodb/odb/details/posix/tls.ixx
@@ -0,0 +1,20 @@
+// file : odb/details/posix/tls.ixx
+// 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 ()
+ {
+ }
+ }
+}