mc: please Werror=noexcept

* spot/mc/intersect.hh: here.
This commit is contained in:
Etienne Renault 2018-03-14 15:14:10 +01:00
parent 011115cb1d
commit 2bd08d956a

View file

@ -1,5 +1,5 @@
// -*- coding: utf-8 -*- // -*- coding: utf-8 -*-
// Copyright (C) 2015, 2016 Laboratoire de Recherche et // Copyright (C) 2015, 2016, 2018 Laboratoire de Recherche et
// Developpement de l'Epita // Developpement de l'Epita
// //
// This file is part of Spot, a model checking library. // This file is part of Spot, a model checking library.
@ -240,7 +240,7 @@ namespace spot
struct product_state_hash struct product_state_hash
{ {
size_t size_t
operator()(const product_state that) const operator()(const product_state that) const noexcept
{ {
// FIXME! wang32_hash(that.st_prop) could have // FIXME! wang32_hash(that.st_prop) could have
// been pre-calculated! // been pre-calculated!