so... i have been looking at this for a good 20 minutes and it makes no sense. when i compile this simple linked list implementation, it gves me this compile error.
obj\Debug\Projects\LinkedList\LinkedList.o||In function `_ZN4nodeC1Ev':|
obj\Debug\Projects\LinkedList\node.o:C:\Program Files (x86)\CodeBlocks\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\include\c++\3.4.5\bits\locale_facets.tcc|2497|first defined here|
||=== Build finished: 1 errors, 0 warnings ===|
any ideas what this means? and perhaps how to fix it?