aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/tls.ixx
blob: fbcc3dd9c1cc7198172cace3c019c6946310977c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : odb/details/win32/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 ()
    {
    }
  }
}