mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add pragma
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
91d6082f2f
commit
fb1f4f3a2c
|
@ -15,6 +15,8 @@ Author:
|
|||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace bv {
|
||||
|
||||
template<typename T, typename Base>
|
||||
|
|
Loading…
Reference in a new issue