aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query-const-expr.cxx
blob: 3c5d1af44df5324252a9b99d49b59101b374df04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/sqlite/query-const-expr.cxx
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/sqlite/query.hxx>

namespace odb
{
  namespace sqlite
  {
    // Sun CC cannot handle this in query.cxx.
    //
    const query query::true_expr (true);
  }
}