Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
bbeae650
Commit
bbeae650
authored
Aug 10, 2014
by
Alexandre Duret-Lutz
Browse files
* src/priv/countstates.hh: Disallow calls using tgba_digraph.
parent
cbca22d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/priv/countstates.hh
View file @
bbeae650
// -*- coding: utf-8 -*-
// Copyright (C) 2013 Laboratoire de Recherche et Développement
// Copyright (C) 2013
, 2014
Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
...
...
@@ -20,10 +20,16 @@
#ifndef SPOT_PRIV_COUNTSTATES_HH
# define SPOT_PRIV_COUNTSTATES_HH
#include
"misc/common.hh"
namespace
spot
{
class
tgba
;
unsigned
count_states
(
const
tgba
*
a
);
class
tgba_digraph
;
// Call a->num_states() directly!
unsigned
count_states
(
const
tgba_digraph
*
a
)
SPOT_DEPRECATED
;
}
#endif // SPOT_PRIV_COUNTSTATES_HH
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment