aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/query-const-expr.cxx
blob: 5395f1f04b5cc1cf6f166f18c151970fd8d0ffee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/oracle/query-const-expr.cxx
// 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_base query_base::true_expr (true);
  }
}