aboutsummaryrefslogtreecommitdiff
path: root/odb/result.txx
blob: 4b77c7e714f9211c24e4efc1f9402d559f2c793e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : odb/result.txx
// 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
{
  template <typename T>
  result_impl<T>::
  ~result_impl ()
  {
  }
}