Skip to content

Commit 487616f

Browse files
committed
Update pci_device_description.hpp
Needed another inline declaration.
1 parent c40751d commit 487616f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpuaff/pci_device_description.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class pci_device_description
108108
};
109109
} // namespace cpuaff
110110

111-
std::ostream &operator<<(std::ostream &s,
111+
inline std::ostream &operator<<(std::ostream &s,
112112
const cpuaff::pci_device_description &dev)
113113
{
114114
s << dev.vendor_description() << ":" << dev.device_description();

0 commit comments

Comments
 (0)