[mlpack-git] [mlpack] Changes to solve issue #498: Replacing timer implementation (#567)

Ryan Curtin notifications at github.com
Mon Mar 14 09:27:41 EDT 2016


>    #if !defined(HAVE_UINT64_T)
> -    #if SIZEOF_UNSIGNED_LONG == 8
> -      typedef unsigned long uint64_t;
> -    #else
> -      typedef unsigned long long  uint64_t;
> -    #endif  // SIZEOF_UNSIGNED_LONG
> +   #if SIZEOF_UNSIGNED_LONG == 8
> +     typedef unsigned long uint64_t;
> +   #else
> +     typedef unsigned long long  uint64_t;
> +   #endif  // SIZEOF_UNSIGNED_LONG

Looks like the spacing got a bit messed up here.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/567/files#r55999050
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160314/367f4f7c/attachment.html>


More information about the mlpack-git mailing list