Skip to content

Commit

Permalink
Fix style for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Dec 18, 2020
1 parent bcca2f4 commit 1b99f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef __APPLE__
#if (defined(_MSVC_LANG))
#if (_MSVC_LANG >= 201703L || __cplusplus >= 201703L)
#include <filesystem> //C++17
#include <filesystem> // C++17
#else
#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
#include <experimental/filesystem>
Expand Down

0 comments on commit 1b99f4c

Please sign in to comment.