mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
rm remaining debug code
This commit is contained in:
parent
54bf582303
commit
ee738321aa
@ -224,7 +224,7 @@ enum {
|
|||||||
|
|
||||||
/** \ingroup enums
|
/** \ingroup enums
|
||||||
* Enum for indicating whether a buffer is aligned or not. */
|
* Enum for indicating whether a buffer is aligned or not. */
|
||||||
enum Foo {
|
enum {
|
||||||
Unaligned=0, /**< Data pointer has no specific alignment. */
|
Unaligned=0, /**< Data pointer has no specific alignment. */
|
||||||
Aligned8=8, /**< Data pointer is aligned on a 8 bytes boundary. */
|
Aligned8=8, /**< Data pointer is aligned on a 8 bytes boundary. */
|
||||||
Aligned16=16, /**< Data pointer is aligned on a 16 bytes boundary. */
|
Aligned16=16, /**< Data pointer is aligned on a 16 bytes boundary. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user