diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-21 15:24:22 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-21 15:24:22 +0100 |
| commit | fa943272a590c14371e94d47cf529fa12f31ec1a (patch) | |
| tree | ba2f386377b7b34fa623e4787572582693a54bef /cmix.imp | |
| parent | 37315f877ef27d0f8585389f0c83cd00a31577c1 (diff) | |
| download | cmix-fa943272a590c14371e94d47cf529fa12f31ec1a.tar.gz cmix-fa943272a590c14371e94d47cf529fa12f31ec1a.tar.bz2 cmix-fa943272a590c14371e94d47cf529fa12f31ec1a.zip | |
Added some testing tools I had locally but never added to the repo.
Diffstat (limited to 'cmix.imp')
| -rw-r--r-- | cmix.imp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmix.imp b/cmix.imp new file mode 100644 index 0000000..126d1a7 --- /dev/null +++ b/cmix.imp @@ -0,0 +1,6 @@ +[ + { include: ["<bits/unique_ptr.h>", "private", "<memory>", "public"] }, + { include: ["<bits/shared_ptr.h>", "private", "<memory>", "public"] }, + { include: ["<boost/asio/impl/io_service.hpp>", "private", "<boost/asio/io_service.hpp>", "public" ] }, + { include: ["<boost/asio/impl/io_service.ipp>", "private", "<boost/asio/io_service.hpp>", "public" ] }, +] |
