mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add missing <iterator>
This commit is contained in:
parent
c4633436ba
commit
3eb7700912
@ -16,6 +16,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
#include "../chaiscript_defines.hpp"
|
#include "../chaiscript_defines.hpp"
|
||||||
#include "boxed_cast.hpp"
|
#include "boxed_cast.hpp"
|
||||||
@ -765,8 +766,6 @@ namespace chaiscript
|
|||||||
Boxed_Value dispatch_with_conversions(InItr begin, const InItr &end, const std::vector<Boxed_Value> &plist,
|
Boxed_Value dispatch_with_conversions(InItr begin, const InItr &end, const std::vector<Boxed_Value> &plist,
|
||||||
const Type_Conversions &t_conversions, const Funcs &t_funcs)
|
const Type_Conversions &t_conversions, const Funcs &t_funcs)
|
||||||
{
|
{
|
||||||
InItr orig(begin);
|
|
||||||
|
|
||||||
InItr matching_func(end);
|
InItr matching_func(end);
|
||||||
|
|
||||||
while (begin != end)
|
while (begin != end)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user