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

#include <odb/mysql/query.hxx>

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