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 d6e84aa commit 901c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Common/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ using namespace std;

namespace Microsoft { namespace MSR { namespace CNTK {

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

}}}

0 comments on commit 901c109

Please sign in to comment.