Restore default format state of cout after printing with std::fixed/setprecision
[bitcoinplatinum.git] / src / test / testutil.cpp
blob591d0bf30271240f9184ed472d04ab6c6096c851
1 // Copyright (c) 2009-2016 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #include "testutil.h"
7 #ifdef WIN32
8 #include <shlobj.h>
9 #endif
11 #include "fs.h"
13 fs::path GetTempPath() {
14 return fs::temp_directory_path();