Skip to content

Commit

Permalink
oops, was using a language extension, apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
ssomers committed Jan 24, 2025
1 parent 2e0f365 commit bb0a8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/BronKerbosch/GraphDegeneracy.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace BronKerbosch {
class DegeneracyOrderIter {
private:
using Priority = unsigned;
static Priority const PRIORITY_NONE = 0;
static constexpr Priority PRIORITY_NONE = 0;

template <typename T>
struct PriorityQueue {
Expand Down
1 change: 1 addition & 0 deletions cpp/BronKerboschStudyGeneral.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
<BuildStlModules>false</BuildStlModules>
<DisableLanguageExtensions>true</DisableLanguageExtensions>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(BoostDir)\stage\lib;$(CppcoroDir)\build\lib\$(ConfigurationName)</AdditionalLibraryDirectories>
Expand Down

0 comments on commit bb0a8b6

Please sign in to comment.