[ create a new paste ] login | about

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

C++, pasted on Aug 18:
1
2
3
4
5
6
7
8
#include <boost/version.hpp>
#include <iostream>
 
int main()
{
    std::cout << "Boost version: " << BOOST_LIB_VERSION;
    return 0;
}


Output:
1
Boost version: 1_34_1


Create a new paste based on this one


Comments: