Add adaptor and support library and interface inheritance

This commit is contained in:
Bhargava Shastry
2020-04-16 01:02:48 +02:00
parent 1d533694e5
commit 8973ca3c85
13 changed files with 2184 additions and 910 deletions
+1
View File
@@ -42,6 +42,7 @@ struct InternalCompilerError: virtual util::Exception {};
struct FatalError: virtual util::Exception {};
struct UnimplementedFeatureError: virtual util::Exception {};
struct InvalidAstError: virtual util::Exception {};
struct FuzzerError: virtual util::Exception {};
/// Assertion that throws an InternalCompilerError containing the given description if it is not met.
#define solAssert(CONDITION, DESCRIPTION) \