Skip to content

Commit

Permalink
Fixing linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
eldakms committed Sep 1, 2016
1 parent f3c1d25 commit d6e84aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Common/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

#include "Globals.h"

using namespace std;

namespace Microsoft { namespace MSR { namespace CNTK {

std::atomic<bool> Globals::m_forceDeterministicAlgorithms = false;
atomic<bool> Globals::m_forceDeterministicAlgorithms = atomic<bool>(false);

}}}

0 comments on commit d6e84aa

Please sign in to comment.