[ create a new paste ] login | about

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

C++, pasted on Jul 5:
1
2
3
4
5
6
#include <iostream>
#include <boost/config.hpp>

int main() {
    std::cout << BOOST_COMPILER << '\n';
}


Output:
1
GNU C++ version 4.1.2


Create a new paste based on this one


Comments: