Is there a quick way to determine the version of the Boost C++ libraries on a system?
Might be already answered, but you can try this simple program to determine if and what installation of boost you have :
#include #include using namespace std; int main() { cout<