j
k
j a
j l
* Matthieu Brucher [2009-01-06 12:04]:
25 #if defined(BOOST_NO_STDC_NAMESPACE) 26 using ::codecvt; 27 using ::mbstate_t; 28 using ::size_t 29 #endif Line 28 should end with a comma.
25 #if defined(BOOST_NO_STDC_NAMESPACE) 26 using ::codecvt; 27 using ::mbstate_t; 28 using ::size_t 29 #endif
Line 28 should end with a comma.
Not a semicolon? Regards, Bernhard
Back to the thread
Back to the list