mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix various typos
This commit is contained in:
committed by
Antonio Sánchez
parent
3753e6a2b3
commit
4b6036e276
@@ -649,7 +649,7 @@
|
||||
|
||||
|
||||
// The macros EIGEN_HAS_CXX?? defines a rough estimate of available c++ features
|
||||
// but in practice we should not rely on them but rather on the availabilty of
|
||||
// but in practice we should not rely on them but rather on the availability of
|
||||
// individual features as defined later.
|
||||
// This is why there is no EIGEN_HAS_CXX17.
|
||||
// FIXME: get rid of EIGEN_HAS_CXX14 and maybe even EIGEN_HAS_CXX11.
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace Eigen {
|
||||
/**
|
||||
* Serializes an object to a memory buffer.
|
||||
*
|
||||
* Useful for transfering data (e.g. back-and-forth to a device).
|
||||
* Useful for transferring data (e.g. back-and-forth to a device).
|
||||
*/
|
||||
template<typename T, typename EnableIf = void>
|
||||
class Serializer;
|
||||
|
||||
Reference in New Issue
Block a user