I've been profiling our code and have noticed that a lot of time is being spent in boost time and date functions. It seems that the majority of this time is spent validating that number are within range and valid. Is there a compiler option that can turn off this validation to increase the performance of the boost date time function?I've been profiling our code and have noticed t