Skip to content
Commit 7f825b98 authored by Kjell Ahlstedt's avatar Kjell Ahlstedt
Browse files

Glib::Variant<std::tuple>: Don't use std::index_sequence from C++14

std::index_sequence and std::index_sequence_for are new in C++14,
but this version of glibmm requires only C++11.
The code that replaces std::index_sequence has been provided by
Jonathan Wakely <zilla@kayari.org>. Bug 787648
parent 0dba8a44
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment