2
0
mirror of https://github.com/boostorg/dll.git synced 2026-02-01 20:32:22 +00:00

Worked arrounf calling conventions, dropped dependency on boost::function for modern compilers, updatet the docs and improved some of the examples

This commit is contained in:
Antony Polukhin
2015-12-01 23:27:50 +03:00
parent 47659d6b08
commit cf9cbbfde5
9 changed files with 86 additions and 35 deletions

View File

@@ -9,6 +9,7 @@
//[callplugcpp_tutorial2
#include <boost/dll/import.hpp> // for import_alias
#include <boost/function.hpp>
#include <iostream>
#include "../tutorial_common/my_plugin_api.hpp"