Skip to content

Commit

Permalink
Update luatype_boost_optional.h
Browse files Browse the repository at this point in the history
  • Loading branch information
shewer authored Oct 24, 2023
1 parent 2009e9b commit 1d32458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/luatype_boost_optional.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace ns {
#if __cplusplug >= 201703L || _MSVC_VER >=201703L
using std::optional;
#else
using boost::optionl;
using boost::optional;
#endif// C++17

}// namespace
Expand Down

0 comments on commit 1d32458

Please sign in to comment.