2
0
mirror of https://github.com/boostorg/dll.git synced 2026-02-19 02:12:23 +00:00

Deprecated import_function* and import_variable* methods and updated the docs and tests

This commit is contained in:
Antony Polukhin
2014-11-21 18:58:07 +03:00
parent 95b52a9c69
commit 2fea995f33
17 changed files with 94 additions and 86 deletions

View File

@@ -10,5 +10,5 @@
int main() {
// Must be a compile time error
boost::dll::import_function<int>("library name", "symbol name")
boost::dll::explicit_api::import_function<int>("library name", "symbol name")
}