changed: disable boost std::atomic use by default
[opensg.git] / Support / opennurbs / 04_array.patch
blobead9c50075717b6ea2b85bd77ac3549bef9a96b2
1 --- opennurbs_array.h 2011-11-22 09:51:36.000000000 +0800
2 +++ patched/opennurbs_array.h 2012-09-03 18:55:30.000000000 +0800
3 @@ -1719,7 +1719,7 @@
4 See Also:
5 ON_CompareDecreasing
6 */
7 -template< class T>
8 +template< class T> static
9 int ON_CompareIncreasing( const T* a, const T* b);
11 /*
12 @@ -1752,7 +1752,7 @@
13 See Also:
14 ON_CompareIncreasing
16 -template< class T>
17 +template< class T> static
18 int ON_CompareDecreasing( const T* a, const T* b);