mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 18:24:43 +00:00
change typename to class in optional to deal with compilation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1d08e9526
commit
66b24a6c18
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,7 @@ Revision History:
|
|||
#ifndef OPTIONAL_H_
|
||||
#define OPTIONAL_H_
|
||||
|
||||
template<typename T>
|
||||
template<class T>
|
||||
class optional {
|
||||
T* m_obj;
|
||||
char m_initialized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue