[ create a new paste ] login | about

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

joel_f - C++, pasted on Feb 27:
1
2
3
4
5
6
7
8
#include <iostream>
#include <boost/version.hpp>

using namespace std;
int main()
{
  cout << BOOST_VERSION << endl;
}


Output:
1
103401


Create a new paste based on this one


Comments: