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