diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 14:27:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 14:27:49 +0200 |
commit | 8af8a41c39c06e953d168f308fa948fb90a4190c (patch) | |
tree | 9565b6b907cc741f809b830ecc10f2a1643cf69a /build2 | |
parent | 82903881c994ad144d4eca011ec1a90c992238c7 (diff) |
Start list of build2-related items
Diffstat (limited to 'build2')
-rw-r--r-- | build2/list | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/list b/build2/list new file mode 100644 index 0000000..98e1726 --- /dev/null +++ b/build2/list @@ -0,0 +1,4 @@ +- Need to get rid of inline export in the rest of the libraries + + I wonder if classes with virtual destrcutors (or generally with virtual + tables might need exporting), e.g., odb::details::exception? |