Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102457335
bug1213_main.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 20, 22:44
Size
279 B
Mime Type
text/x-c
Expires
Sat, Feb 22, 22:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24324441
Attached To
rDLMA Diffusion limited mixed aggregation
bug1213_main.cpp
View Options
// This is a regression unit regarding a weird linking issue with gcc.
#include "bug1213.h"
int main()
{
return 0;
}
template<typename T, int dim>
bool bug1213_2(const Eigen::Matrix<T,dim,1>& )
{
return true;
}
template bool bug1213_2<float,3>(const Eigen::Vector3f&);
Event Timeline
Log In to Comment