-
Notifications
You must be signed in to change notification settings - Fork 0
VinceInd/fastdelegate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Based on Don Clugston's Impossibly Fast Delegates: https://www.codeproject.com/Articles/7150/Member-Function-Pointers-and-the-Fastest-Possible * Install the Conan package manager: * Install pip if necessary: * sudo apt install python-pip * sudo yum install python-pip * Install conan: * sudo pip install conan * Generate the build scripts * cd build * conan install .. * cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release * make -j4 all * Undefined reference: * conan install .. --build missing -s compiler=gcc -s compiler.version=6.3 -s compiler.libcxx=libstdc++11
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published