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

#include <odb/oracle/query.hxx>

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