mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
Fix windows noexcept build
This commit is contained in:
parent
e07cd88659
commit
3f8b697e9e
@ -271,7 +271,7 @@ namespace chaiscript
|
||||
|
||||
struct Position
|
||||
{
|
||||
Position() noexcept = default;
|
||||
Position() = default;
|
||||
|
||||
Position(std::string::const_iterator t_pos, std::string::const_iterator t_end) noexcept
|
||||
: line(1), col(1), m_pos(t_pos), m_end(t_end), m_last_col(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user