summaryrefslogtreecommitdiff
path: root/odb/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-08 18:39:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-08 18:39:21 +0200
commit61d13eb53ade9f30a64892a901401bda5e42c335 (patch)
tree2b64fbd7cdeaf306eb28ef8f8882681259b4be9b /odb/parser.cxx
parent511dcf67322ad87fb32f97d1cf7725c129e83898 (diff)
Make compilable with GCC 6 in C++14 mode
Diffstat (limited to 'odb/parser.cxx')
-rw-r--r--odb/parser.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/parser.cxx b/odb/parser.cxx
index 842611f..6dfff6f 100644
--- a/odb/parser.cxx
+++ b/odb/parser.cxx
@@ -1857,6 +1857,8 @@ create_type (tree t,
// the array type. In other words, we view it as "constant array"
// rather than "array of constant elements".
//
+ using semantics::array; // vs std::array.
+
tree bt (TREE_TYPE (t));
tree bt_mv (TYPE_MAIN_VARIANT (bt));
type& bt_node (emit_type (bt_mv, access::public_, file, line, clmn));