aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/query-const-expr.cxx
blob: 6a0c27330c0b41ae765cd093f80151a20ccd1661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/mssql/query-const-expr.cxx
// copyright : Copyright (c) 2009-2013 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_base query_base::true_expr (true);
  }
}