[ create a new paste ] login | about

Link: http://codepad.org/9SZ70o5C    [ raw code | output | fork ]

kinaba - C++, pasted on Dec 21:
1
2
3
4
5
6
7
#include <boost/version.hpp>
#include <iostream>

int main()
{
   std::cout << BOOST_LIB_VERSION << std::endl;
}


Output:
1
1_34_1


Create a new paste based on this one


Comments: