mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
11 lines
166 B
C++
11 lines
166 B
C++
// lasterror.cpp
|
|
|
|
#include "stdafx.h"
|
|
#include "lasterror.h"
|
|
|
|
namespace mongo {
|
|
|
|
boost::thread_specific_ptr<LastError> lastError;
|
|
|
|
} // namespace mongo
|