mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 23:34:55 +00:00
fixing file heads to match z3
This commit is contained in:
parent
68fb01c206
commit
e5f5e008aa
14 changed files with 259 additions and 12 deletions
|
@ -1,3 +1,21 @@
|
|||
/*++
|
||||
Copyright (c) 2011 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
iz3hash.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Wrapper for stl hash tables
|
||||
|
||||
Author:
|
||||
|
||||
Ken McMillan (kenmcmil)
|
||||
|
||||
Revision History:
|
||||
|
||||
--*/
|
||||
|
||||
// pull in the headers for has_map and hash_set
|
||||
// these live in non-standard places
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue