Skip to content

Commit

Permalink
Do not include std optional to avoid c++17 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlonluca committed Apr 30, 2020
1 parent 740e3d7 commit 691e863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logcat-colorize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <string>
#include <iostream>
#include <stdio.h>
#include <optional>
#include <boost/regex.hpp>
#include <boost/program_options.hpp>
#include <boost/algorithm/string.hpp>
Expand Down

0 comments on commit 691e863

Please sign in to comment.