aboutsummaryrefslogtreecommitdiff
path: root/odb/result.cxx
blob: e5b72d0359bd2b306c402349031087c3d9375911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : odb/result.cxx
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/result.hxx>

namespace odb
{
  result_impl::
  ~result_impl ()
  {
  }
}