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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user