aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/query-const-expr.cxx
blob: a826a34c97cd92257d907d4663441c9add7e450e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/mssql/query-const-expr.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : ODB NCUEL; see accompanying LICENSE file

#include <odb/mssql/query.hxx>

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