Skip to content

Commit

Permalink
Joy, missed an underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Feb 14, 2021
1 parent 37d891f commit d4b13ff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion include/sol/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,9 @@
#endif
#endif

#if SOL_IS_ON (SOL_USE_BOOST_I)
#if SOL_IS_ON(SOL_USE_BOOST_I_)
#include <boost/version.hpp>

#if BOOST_VERSION >= 107500 // Since Boost 1.75.0 boost::none is constexpr
#define SOL_BOOST_NONE_CONSTEXPR_I_ constexpr
#else
Expand Down
4 changes: 2 additions & 2 deletions single/include/sol/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

// This file was generated with a script.
// Generated 2021-02-14 05:32:40.818169 UTC
// This header was generated with sol v3.2.3 (revision 4e2ee29b)
// Generated 2021-02-14 05:45:03.730363 UTC
// This header was generated with sol v3.2.3 (revision 37d891fa)
// https://github.com/ThePhD/sol2

#ifndef SOL_SINGLE_CONFIG_HPP
Expand Down
7 changes: 4 additions & 3 deletions single/include/sol/forward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

// This file was generated with a script.
// Generated 2021-02-14 05:32:40.813170 UTC
// This header was generated with sol v3.2.3 (revision 4e2ee29b)
// Generated 2021-02-14 05:45:03.725363 UTC
// This header was generated with sol v3.2.3 (revision 37d891fa)
// https://github.com/ThePhD/sol2

#ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP
Expand Down Expand Up @@ -684,8 +684,9 @@
#endif
#endif

#if SOL_IS_ON (SOL_USE_BOOST_I)
#if SOL_IS_ON(SOL_USE_BOOST_I_)
#include <boost/version.hpp>

#if BOOST_VERSION >= 107500 // Since Boost 1.75.0 boost::none is constexpr
#define SOL_BOOST_NONE_CONSTEXPR_I_ constexpr
#else
Expand Down
7 changes: 4 additions & 3 deletions single/include/sol/sol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

// This file was generated with a script.
// Generated 2021-02-14 05:32:40.369159 UTC
// This header was generated with sol v3.2.3 (revision 4e2ee29b)
// Generated 2021-02-14 05:45:03.271116 UTC
// This header was generated with sol v3.2.3 (revision 37d891fa)
// https://github.com/ThePhD/sol2

#ifndef SOL_SINGLE_INCLUDE_HPP
Expand Down Expand Up @@ -684,8 +684,9 @@
#endif
#endif

#if SOL_IS_ON (SOL_USE_BOOST_I)
#if SOL_IS_ON(SOL_USE_BOOST_I_)
#include <boost/version.hpp>

#if BOOST_VERSION >= 107500 // Since Boost 1.75.0 boost::none is constexpr
#define SOL_BOOST_NONE_CONSTEXPR_I_ constexpr
#else
Expand Down

0 comments on commit d4b13ff

Please sign in to comment.