Created
April 17, 2015 22:00
-
-
Save mmasashi/3fb92795b311d57a13a9 to your computer and use it in GitHub Desktop.
How to detect boost lib version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <boost/version.hpp> | |
| #include <iostream> | |
| int main() | |
| { | |
| std::cout << BOOST_LIB_VERSION << std::endl; | |
| return 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment