0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
mongodb/db/lasterror.cpp

11 lines
166 B
C++

// lasterror.cpp
#include "stdafx.h"
#include "lasterror.h"
namespace mongo {
boost::thread_specific_ptr<LastError> lastError;
} // namespace mongo