- make fast_atof_move a template and rename it to fast_atoreal_move.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1125 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -344,7 +344,7 @@ boost::shared_ptr<const EXPRESS::DataType> EXPRESS::DataType::Parse(const char*&
|
||||
if (*cur == '.') {
|
||||
// XXX many STEP files contain extremely accurate data, float's precision may not suffice in many cases
|
||||
float f;
|
||||
inout = fast_atof_move(start,f);
|
||||
inout = fast_atoreal_move<float>(start,f);
|
||||
return boost::make_shared<EXPRESS::REAL>(f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user